| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <IEventTransport.hpp>
 Inheritance diagram for kaa::IEventTransport:Public Member Functions | |
| virtual boost::shared_ptr < EventSyncRequest >  | createEventRequest (boost::int32_t requestId)=0 | 
| virtual void | onEventResponse (const EventSyncResponse &response)=0 | 
| virtual void | onSyncResponseId (boost::int32_t requestId)=0 | 
| virtual | ~IEventTransport () | 
Updates the Event manager state.
Definition at line 29 of file IEventTransport.hpp.
      
  | 
  inlinevirtual | 
Definition at line 52 of file IEventTransport.hpp.
      
  | 
  pure virtual | 
Creates the Event request.
Implemented in kaa::EventTransport.
      
  | 
  pure virtual | 
Updates the state of the Event manager according to the given response.
| response | the response from the server. | 
Implemented in kaa::EventTransport.
      
  | 
  pure virtual | 
Implemented in kaa::EventTransport.