17 #ifndef DEFAULTPROFILEMANAGER_HPP_ 
   18 #define DEFAULTPROFILEMANAGER_HPP_ 
   20 #include <boost/shared_ptr.hpp> 
   61             transport_ = transport;
 
   75         container->setProfileListener(listener);
 
   76         serializedProfileContainer_->setProfileContainer(container);
 
boost::shared_ptr< IProfileTransport > IProfileTransportPtr
 
boost::shared_ptr< ISerializedProfileContainer > ISerializedProfileContainerPtr
 
virtual void setProfileContainer(ProfileContainerPtr container)
 
ISerializedProfileContainerPtr getSerializedProfileContainer()
 
boost::shared_ptr< SerializedProfileContainer > SerializedProfileContainerPtr
 
virtual void setTransport(IProfileTransportPtr transport)
 
boost::shared_ptr< IProfileContainer > ProfileContainerPtr
 
boost::shared_ptr< IProfileListener > ProfileListenerPtr