client-cpp  0.8.1
IAccessPointCommand.hpp
Go to the documentation of this file.
1 
17 #ifndef IACCESSPOINTCOMMAND_HPP_
18 #define IACCESSPOINTCOMMAND_HPP_
19 
20 namespace kaa {
21 
23 public:
24  virtual void switchAccessPoint() = 0;
25 
26  virtual ~IAccessPointCommand() {}
27 };
28 
29 } /* namespace kaa */
30 
31 #endif /* IACCESSPOINTCOMMAND_HPP_ */
virtual void switchAccessPoint()=0