17 #ifndef IEVENTDATAPROCESSOR_HPP_ 
   18 #define IEVENTDATAPROCESSOR_HPP_ 
   20 #include "kaa/gen/EndpointGen.hpp" 
   31     virtual void onEventsReceived(
const EventSyncResponse::events_t& events) = 0;
 
virtual void onEventsReceived(const EventSyncResponse::events_t &events)=0
 
virtual std::list< Event > getPendingEvents()=0
 
virtual std::map< std::string, std::list< std::string > > getPendingListenerRequests()=0
 
virtual ~IEventDataProcessor()
 
virtual void onEventListenersReceived(const EventSyncResponse::eventListenersResponses_t &listeners)=0