Changeset 512

Show
Ignore:
Timestamp:
04/10/06 16:16:46 (2 years ago)
Author:
dp
Message:

gotek-service2:

  • add GotekPacket::size()
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • library/trunk/modules/service-gotek2/GotekPacket.cpp

    r511 r512  
    4747} 
    4848 
     49 
     50uint32_t GotekPacket::size() const 
     51{ 
     52        return m_data.size(); 
     53} 
    4954 
    5055string GotekPacket::buffer() const 
  • library/trunk/modules/service-gotek2/GotekPacket.hpp

    r511 r512  
    3131                GotekPacketType                 type() const; 
    3232                string                                  buffer() const; 
     33                uint32_t                                size() const; 
    3334                 
    3435        private: