17 #ifndef IPROFILETRANSPORT_HPP_ 
   18 #define IPROFILETRANSPORT_HPP_ 
   20 #include <boost/shared_ptr.hpp> 
   22 #include "kaa/gen/EndpointGen.hpp" 
boost::shared_ptr< IProfileTransport > IProfileTransportPtr
 
virtual ProfileSyncRequestPtr createProfileRequest()=0
 
virtual void onProfileResponse(const ProfileSyncResponse &response)=0
 
virtual void setProfileManager(IProfileManager *manager)=0
 
virtual ~IProfileTransport()
 
boost::shared_ptr< ProfileSyncRequest > ProfileSyncRequestPtr