17 #ifndef IPROFILECONTAINER_HPP_ 
   18 #define IPROFILECONTAINER_HPP_ 
virtual SharedDataBuffer getSerializedProfile()=0
 
virtual ~IProfileContainer()
 
std::pair< boost::shared_array< boost::uint8_t >, boost::uint32_t > SharedDataBuffer
 
virtual void setProfileListener(ProfileListenerPtr listener)=0
 
boost::shared_ptr< IProfileContainer > ProfileContainerPtr
 
boost::shared_ptr< IProfileListener > ProfileListenerPtr