summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-07 12:32:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-07 12:32:18 +0000
commitc959b3bbf8cdefd0d730254626e795bfede67263 (patch)
treeeffa30730529f6b4baeee896ca56f0c4a2fbfa9b /ace/Asynch_IO.h
parentb67a1fd4b2c7b2bfd96c2a5c3d5ae2cccaa11abc (diff)
downloadATCD-c959b3bbf8cdefd0d730254626e795bfede67263.tar.gz
ChangeLogTag:Wed Mar 7 06:11:52 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index 17bd89e0a27..90d69224578 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -574,7 +574,7 @@ public:
ACE_Asynch_Read_File_Result_Impl *implementation_;
private:
- ACE_UNIMPLEMENTED_FUNC (void operator= (Result &));
+ ACE_UNIMPLEMENTED_FUNC (void operator= (Result &))
};
};
@@ -691,7 +691,7 @@ public:
ACE_Asynch_Write_File_Result_Impl *implementation_;
private:
- ACE_UNIMPLEMENTED_FUNC (void operator= (Result &));
+ ACE_UNIMPLEMENTED_FUNC (void operator= (Result &))
};
};