|
client-cpp
0.0.1-SNAPSHOT
|
#include <IProfileManager.hpp>
Inheritance diagram for kaa::IProfileManager:Public Member Functions | |
| virtual void | setProfileContainer (ProfileContainerPtr container)=0 |
| virtual ISerializedProfileContainerPtr | getSerializedProfileContainer ()=0 |
| virtual | ~IProfileManager () |
Interface for the profile manager Responsible for the profile container management and IProfileListener creation
Definition at line 31 of file IProfileManager.hpp.
|
inlinevirtual |
Definition at line 51 of file IProfileManager.hpp.
|
pure virtual |
Retrieves container responsible for profile serializing
Implemented in kaa::ProfileManager.
|
pure virtual |
Sets profile container implemented by the user.
| container | User-defined container |
Implemented in kaa::ProfileManager.