client-cpp  0.8.1
ImpermanentDataChannel.hpp
Go to the documentation of this file.
1 
17 #ifndef KAA_CHANNEL_IMPERMANENTDATACHANNEL_HPP_
18 #define KAA_CHANNEL_IMPERMANENTDATACHANNEL_HPP_
19 
21 
22 namespace kaa {
23 
25 public:
27 
28  virtual void resume() { }
29  virtual void pause() { }
30  virtual void shutdown() { }
31 };
32 
33 }
34 
35 
36 
37 #endif /* KAA_CHANNEL_IMPERMANENTDATACHANNEL_HPP_ */