summaryrefslogtreecommitdiff
path: root/ace/System_Time.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-03 18:26:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-03 18:26:32 +0000
commitbfb0431fbddd07c6a3f7a98643966b7c662bb53e (patch)
tree4cf3ea03c84abac2a37ee8bfc4ec6cf47226b5bd /ace/System_Time.cpp
parent47ae10a45901542f1c9e7f37fa51626663605f98 (diff)
downloadATCD-bfb0431fbddd07c6a3f7a98643966b7c662bb53e.tar.gz
ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/System_Time.cpp')
-rw-r--r--ace/System_Time.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/System_Time.cpp b/ace/System_Time.cpp
index 0ad522daca9..833086650cd 100644
--- a/ace/System_Time.cpp
+++ b/ace/System_Time.cpp
@@ -10,7 +10,8 @@ ACE_System_Time::ACE_System_Time (LPCTSTR poolname)
: delta_time_ (0)
{
ACE_TRACE ("ACE_System_Time::ACE_System_Time");
- ACE_NEW (this->shmem_, ALLOCATOR (poolname));
+ ACE_NEW (this->shmem_,
+ ALLOCATOR (poolname));
}
ACE_System_Time::~ACE_System_Time (void)