17 #ifndef ILOGGINGTRANSPORT_HPP_ 
   18 #define ILOGGINGTRANSPORT_HPP_ 
   20 #include "kaa/gen/EndpointGen.hpp" 
   21 #include <boost/shared_ptr.hpp> 
virtual ~ILoggingTransport()
 
virtual void onLogSyncResponse(const LogSyncResponse &response)=0
 
virtual boost::shared_ptr< LogSyncRequest > createLogSyncRequest()=0