client-cpp  0.8.1
IMetaDataTransport.hpp
Go to the documentation of this file.
1 
17 #ifndef IMETADATATRANSPORT_HPP_
18 #define IMETADATATRANSPORT_HPP_
19 
20 #include "kaa/gen/EndpointGen.hpp"
21 #include <boost/shared_ptr.hpp>
22 
23 namespace kaa {
24 
29 public:
30 
37  virtual std::shared_ptr<SyncRequestMetaData> createSyncRequestMetaData() = 0;
38 
39  virtual ~IMetaDataTransport() {}
40 };
41 
42 } // namespace kaa
43 
44 
45 #endif /* IMETADATATRANSPORT_HPP_ */
virtual std::shared_ptr< SyncRequestMetaData > createSyncRequestMetaData()=0