diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-07 02:16:46 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-07 02:16:46 +0000 |
commit | a0dfb8a29cdb4588ca6d25dbb8587d152bfb9c95 (patch) | |
tree | e63f81f2e121012fd1483174158db1045cfdab96 /ace/Asynch_IO.h | |
parent | 3cf5314bd3c96f221987de02654d5e010e087174 (diff) | |
download | ATCD-a0dfb8a29cdb4588ca6d25dbb8587d152bfb9c95.tar.gz |
ChangeLogTag: Tue Mar 6 14:14:06 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r-- | ace/Asynch_IO.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h index 121e8c30eb5..17bd89e0a27 100644 --- a/ace/Asynch_IO.h +++ b/ace/Asynch_IO.h @@ -572,6 +572,9 @@ public: /// The implementation class. ACE_Asynch_Read_File_Result_Impl *implementation_; + + private: + ACE_UNIMPLEMENTED_FUNC (void operator= (Result &)); }; }; @@ -686,6 +689,9 @@ public: /// The implementation class. ACE_Asynch_Write_File_Result_Impl *implementation_; + + private: + ACE_UNIMPLEMENTED_FUNC (void operator= (Result &)); }; }; |