diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-27 00:40:47 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-27 00:40:47 +0000 |
commit | 75cba8e56ccbf4df650e04f19cd56e72e31b0e58 (patch) | |
tree | 173bec3360b7cc717f5819759ec1343aa946a3df /ace/Task.h | |
parent | bfcbb7ae0f4ba93094ea3096f73c766a20ca1324 (diff) | |
download | ATCD-75cba8e56ccbf4df650e04f19cd56e72e31b0e58.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Task.h')
-rw-r--r-- | ace/Task.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Task.h b/ace/Task.h index 905a215f85a..945b2a3424b 100644 --- a/ace/Task.h +++ b/ace/Task.h @@ -191,6 +191,12 @@ public: // Protect the state of a Task during concurrent operations, but // only if we're configured as MT safe... #endif /* ACE_MT_SAFE */ + +private: + + // = Disallow these operations. + ACE_UNIMPLEMENTED_FUNC (ACE_Task_Base &operator= (const ACE_Task_Base &)); + ACE_UNIMPLEMENTED_FUNC (ACE_Task_Base (const ACE_Task_Base &)); }; #if defined (__ACE_INLINE__) |