clean up code for patching
This commit is contained in:
@@ -20,10 +20,10 @@ class cEvent
|
||||
{
|
||||
public:
|
||||
cEvent(void);
|
||||
virtual ~cEvent();
|
||||
~cEvent();
|
||||
|
||||
virtual void Wait(void);
|
||||
virtual void Set (void);
|
||||
void Wait(void);
|
||||
void Set (void);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ In the descending class' constructor call the Start() method to start the thread
|
||||
|
||||
|
||||
|
||||
|
||||
class cIsThread
|
||||
{
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user