#include <IConfigurationTransport.hpp>
Updates the Configuration manager state.
Definition at line 32 of file IConfigurationTransport.hpp.
virtual kaa::IConfigurationTransport::~IConfigurationTransport |
( |
| ) |
|
|
virtualdefault |
virtual std::shared_ptr<ConfigurationSyncRequest> kaa::IConfigurationTransport::createConfigurationRequest |
( |
| ) |
|
|
pure virtual |
Creates the configuration request.
- Returns
- the configuration request object.
- See Also
- ConfigurationSyncRequest
Implemented in kaa::ConfigurationTransport.
virtual void kaa::IConfigurationTransport::onConfigurationResponse |
( |
const ConfigurationSyncResponse & |
response | ) |
|
|
pure virtual |
Updates the state of the Configuration manager according to the given response.
- Parameters
-
response | the configuration response. |
- See Also
- ConfigurationSyncResponse
Implemented in kaa::ConfigurationTransport.
The documentation for this class was generated from the following file: