17 #ifndef IPROFILEMANAGER_HPP_ 
   18 #define IPROFILEMANAGER_HPP_ 
   20 #include <boost/shared_ptr.hpp> 
virtual ~IProfileManager()
 
boost::shared_ptr< ISerializedProfileContainer > ISerializedProfileContainerPtr
 
virtual ISerializedProfileContainerPtr getSerializedProfileContainer()=0
 
boost::shared_ptr< IProfileContainer > ProfileContainerPtr
 
virtual void setProfileContainer(ProfileContainerPtr container)=0