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