www.pudn.com > HDTV_play_flash.rar > BThread.h
#include//#include //#include #ifndef __BTHREAD_H #define __BTHREAD_H class BThread : public TThread { protected: void __fastcall Execute(); //ÖØÔØµÄ public: __fastcall BThread(); virtual __fastcall ~BThread(); void* OOOwner; }; #endif