disallow copy constructor and assignment operator
This commit is contained in:
@@ -126,6 +126,9 @@ private:
|
||||
epicsEvent begin;
|
||||
bool cancel;
|
||||
|
||||
osiThread ( const osiThread & );
|
||||
osiThread & operator = ( const osiThread & );
|
||||
|
||||
friend void osiThreadCallEntryPoint (void *pPvt);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user