My Project
ThreadScope.h
1 #ifndef __ThreadScope_h__
2 #define __ThreadScope_h__
3 
4 namespace core {
5 
6  class ThreadScope {
7 
8  public:
9  ThreadScope() {}
10 
11  };
12 
13 }
14 
15 #endif
Definition: ThreadScope.h:6