summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-11-08 15:46:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-11-08 15:46:58 +0000
commit5023bb5792b0eb3524e32fb5f734362f75d11f25 (patch)
treedb6827ad4224d561342865b367197d9907e4e4d7 /ace/Svc_Handler.h
parent90f507cc2aacca2c6b4454b3c5366881bee7e4ff (diff)
downloadATCD-5023bb5792b0eb3524e32fb5f734362f75d11f25.tar.gz
ChangeLogTag:Mon Nov 8 09:41:34 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index ec8e74386d0..0f66a6fb1c0 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -141,9 +141,12 @@ public:
// call this method directly, so use <destroy> instead, unless you
// know for sure that you've allocated the object dynamically.
+#if !defined (ACE_LACKS_PLACEMENT_OPERATOR_DELETE)
void operator delete (void *, void *);
// This operator is necessary to complement the class-specific
- // operator new above.
+ // operator new above. Unfortunately, it's not portable to all C++
+ // compilers...
+#endif /* ACE_LACKS_PLACEMENT_OPERATOR_DELETE */
void shutdown (void);
// Close down the descriptor and unregister from the Reactor