client-cpp  0.6.1
kaa::IProfileManager Class Referenceabstract

#include <IProfileManager.hpp>

+ Inheritance diagram for kaa::IProfileManager:

Public Member Functions

virtual void setProfileContainer (ProfileContainerPtr container)=0
 
virtual
ISerializedProfileContainerPtr 
getSerializedProfileContainer ()=0
 
virtual ~IProfileManager ()
 

Detailed Description

Interface for the profile manager Responsible for the profile container management and IProfileListener creation

Definition at line 31 of file IProfileManager.hpp.

Constructor & Destructor Documentation

virtual kaa::IProfileManager::~IProfileManager ( )
inlinevirtual

Definition at line 51 of file IProfileManager.hpp.

Member Function Documentation

virtual ISerializedProfileContainerPtr kaa::IProfileManager::getSerializedProfileContainer ( )
pure virtual

Retrieves container responsible for profile serializing

Returns
Container which contains the serialized profile

Implemented in kaa::ProfileManager.

virtual void kaa::IProfileManager::setProfileContainer ( ProfileContainerPtr  container)
pure virtual

Sets profile container implemented by the user.

Parameters
containerUser-defined container
See also
AbstractProfileContainer

Implemented in kaa::ProfileManager.


The documentation for this class was generated from the following file: