client-cpp  0.8.1
ServerType.hpp
Go to the documentation of this file.
1 
17 #ifndef SERVERTYPE_HPP_
18 #define SERVERTYPE_HPP_
19 
20 namespace kaa {
21 
22 enum class ServerType {
23  BOOTSTRAP,
25 };
26 
27 }
28 
29 #endif /* SERVERTYPE_HPP_ */
ServerType
Definition: ServerType.hpp:22