summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-20 00:19:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-20 00:19:52 +0000
commit287787970d51fe701d7a32576960fa7931f2627a (patch)
tree9c331cb8b5c87ac1862d41999f9225108a94bac9 /ace/Svc_Handler.h
parent7df1974f94e115f1fe56487cc4520e248de72fc8 (diff)
downloadATCD-287787970d51fe701d7a32576960fa7931f2627a.tar.gz
ChangeLogTag:Fri Jan 19 16:57:43 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index cae1dd67206..fb0a18776fc 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -138,7 +138,9 @@ public:
ACE_PEER_STREAM &peer (void) const;
/// Overloaded new operator. This method unobtrusively records if a
- /// <Svc_Handler> is allocated dynamically.
+ /// <Svc_Handler> is allocated dynamically, which allows it to clean
+ /// itself up correctly whether or not it's allocated statically or
+ /// dynamically.
void *operator new (size_t n);
/// This operator permits "placement new" on a per-object basis.