HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxError.hpp
Go to the documentation of this file.
1 
14 #ifndef SPHINX_ERROR_HPP
15 #define SPHINX_ERROR_HPP
16 
17 namespace HCE
18 {
19 namespace sphinx
20 {
21 //-----------------------------------------------------------------------------
22 enum
23 {
30 
45 
46 
48 // ERROR_
50 
54 
64 
71 
84 
103 };
104 //-----------------------------------------------------------------------------
105 //-----------------------------------------------------------------------------
106 } // end namespace sphinx
107 } // end namespace HCE
108 
109 #endif // SPHINX_ERROR_HPP