16 lines
148 B
C++
16 lines
148 B
C++
#ifndef __ThreadScope_h__
|
|
#define __ThreadScope_h__
|
|
|
|
namespace core {
|
|
|
|
class ThreadScope {
|
|
|
|
public:
|
|
ThreadScope() {}
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|