17 #ifndef KAASYNCRESPONSE_HPP_ 
   18 #define KAASYNCRESPONSE_HPP_ 
   21 #include <boost/shared_array.hpp> 
   32     const std::vector<boost::uint8_t>& 
getPayload()
 const { 
return payload_; }
 
   38     void parseMessage(
const char * payload, boost::uint32_t size);
 
   43     boost::uint16_t messageId_;
 
   45     std::vector<boost::uint8_t> payload_;
 
KaaSyncResponse(const char *payload, boost::uint32_t size)
 
boost::uint16_t getMessageId() const 
 
const std::vector< boost::uint8_t > & getPayload() const