Changeset 512
- Timestamp:
- 04/10/06 16:16:46 (2 years ago)
- Files:
-
- library/trunk/modules/service-gotek2/GotekPacket.cpp (modified) (1 diff)
- library/trunk/modules/service-gotek2/GotekPacket.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
library/trunk/modules/service-gotek2/GotekPacket.cpp
r511 r512 47 47 } 48 48 49 50 uint32_t GotekPacket::size() const 51 { 52 return m_data.size(); 53 } 49 54 50 55 string GotekPacket::buffer() const library/trunk/modules/service-gotek2/GotekPacket.hpp
r511 r512 31 31 GotekPacketType type() const; 32 32 string buffer() const; 33 uint32_t size() const; 33 34 34 35 private:
