| 
    client-cpp
    0.7.0
    
   | 
 
#include <IProfileManager.hpp>
 Inheritance diagram for kaa::IProfileManager:Public Member Functions | |
| virtual void | setProfileContainer (IProfileContainerPtr container)=0 | 
| virtual void | updateProfile ()=0 | 
| virtual SharedDataBuffer | getSerializedProfile ()=0 | 
| virtual | ~IProfileManager () | 
Interface for the profile manager Responsible for the profile container management and IProfileListener creation
Definition at line 30 of file IProfileManager.hpp.
      
  | 
  inlinevirtual | 
Definition at line 52 of file IProfileManager.hpp.
      
  | 
  pure virtual | 
Returns serialized profile
Implemented in kaa::ProfileManager.
      
  | 
  pure virtual | 
Sets profile container implemented by the user.
| container | User-defined container | 
Implemented in kaa::ProfileManager.
      
  | 
  pure virtual | 
Notifies server that profile has been updated.
Implemented in kaa::ProfileManager.