diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-31 07:06:58 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-31 07:06:58 +0000 |
commit | 21438bb224b276a4c92fe7576fbdaac1a52cc05b (patch) | |
tree | 26e6baff33cd0dc62401edf16caf99c31b0881fe /ace/OS.h | |
parent | 54da30b7a620ffb8b8d861a47647e18f3dd6702d (diff) | |
download | ATCD-21438bb224b276a4c92fe7576fbdaac1a52cc05b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -399,7 +399,7 @@ private: \ ACE_UNIMPLEMENTED_FUNC (CLASSNAME (void)) \ ACE_UNIMPLEMENTED_FUNC (CLASSNAME (const CLASSNAME&)) \ class ace_dewarn_gplusplus; \ -friend ace_dewarn_gplusplus +friend class ace_dewarn_gplusplus // These hooks enable ACE to have all dynamic memory management // automatically handled on a per-object basis. |