#ifndef INCLUDE_GUARD_OYSTER_THREAD_H #define INCLUDE_GUARD_OYSTER_THREAD_H #include "IOysterThread.h" #include namespace Oyster { namespace Thread { //class OysterThread :public IOysterThread //{ //private: // std::thread thread; //owner->ThreadEntry(); // // while (true) // { // this->owner->DoWork(); // } // // this->owner->ThreadExit(); // } //}; } } #endif // !INCLUDE_GUARD_OYSTER_THREAD_H