#ifndef __ThreadScope_h__ #define __ThreadScope_h__ namespace core { class ThreadScope { public: ThreadScope() {} }; } #endif