disallow copy constructor and assignment operator

This commit is contained in:
Jeff Hill
2001-01-11 21:38:31 +00:00
parent afdd6e7bee
commit d8e1d92ab9

View File

@@ -126,6 +126,9 @@ private:
epicsEvent begin;
bool cancel;
osiThread ( const osiThread & );
osiThread & operator = ( const osiThread & );
friend void osiThreadCallEntryPoint (void *pPvt);
};