17 #ifndef DEFAULTSERIALIZEDPROFILECONTAINER_HPP_ 
   18 #define DEFAULTSERIALIZEDPROFILECONTAINER_HPP_ 
   42         profileContainer_ = container;
 
   53     if (profileContainer_) {
 
   54         buffer = profileContainer_->getSerializedProfile();
 
virtual SharedDataBuffer getSerializedProfile()
 
void setProfileContainer(ProfileContainerPtr container)
 
std::pair< boost::shared_array< boost::uint8_t >, boost::uint32_t > SharedDataBuffer
 
boost::shared_ptr< SerializedProfileContainer > SerializedProfileContainerPtr
 
boost::shared_ptr< IProfileContainer > ProfileContainerPtr
 
virtual ~SerializedProfileContainer()
 
SerializedProfileContainer()