neic-glass3  1.4.6
threadstate.h
Go to the documentation of this file.
1 /*****************************************
2  * This file is documented for Doxygen.
3  * If you modify this file please update
4  * the comments so that Doxygen will still
5  * be able to work.
6  ****************************************/
13 #ifndef THREADSTATE_H
14 #define THREADSTATE_H
15 
16 namespace glass3 {
17 namespace util {
18 
26  Starting = 1,
27  Started = 2,
28  Stopping = -1,
29  Stopped = -2
30 };
31 } // namespace util
32 } // namespace glass3
33 #endif // THREADSTATE_H
Definition: threadstate.h:29
Definition: threadstate.h:25
The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3...
Definition: threadstate.h:28
Definition: threadstate.h:27
ThreadState
glass3::util::ThreadState enumeration
Definition: threadstate.h:24
Definition: threadstate.h:26