hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MessageType.hpp
Go to the documentation of this file.
1 
13 #ifndef MESSAGE_TYPE_HPP
14 #define MESSAGE_TYPE_HPP
15 
16 namespace HCE
17 {
18 namespace types
19 {
20 //-----------------------------------------------------------------------------
21 enum class MessageType
22 {
23  mtNull=0,
24  mtSphinx=1,
25  mtDrce=2,
26  mtSqlite=3,
27  mtMysql=4,
28  mtFake=5
29 };
30 //-----------------------------------------------------------------------------
31 //-----------------------------------------------------------------------------
32 } // end namespace types
33 } // end namespace HCE
34 
35 #endif // MESSAGE_TYPE_HPP