#include <IProfileTransport.hpp>
Updates the Profile manager state.
Definition at line 33 of file IProfileTransport.hpp.
virtual kaa::IProfileTransport::~IProfileTransport |
( |
| ) |
|
|
inlinevirtual |
Creates a new Profile update request.
- Returns
- new Profile update request.
- See Also
- ProfileSyncRequest
Implemented in kaa::ProfileTransport.
virtual void kaa::IProfileTransport::onProfileResponse |
( |
const ProfileSyncResponse & |
response | ) |
|
|
pure virtual |
Updates the state of the Profile manager from the given response.
- Parameters
-
response | the response from the server. |
- See Also
- ProfileSyncResponse
Implemented in kaa::ProfileTransport.
virtual void kaa::IProfileTransport::setProfileManager |
( |
IProfileManager * |
manager | ) |
|
|
pure virtual |
virtual void kaa::IProfileTransport::sync |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: