summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-18 04:35:38 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-18 04:35:38 +0000
commit8c763ff701518750d296fa0c28bb97fe656fd0ca (patch)
treef8572012b4b98a9f8db2e6b376b48cb6e80d721a
parente4a1719ae462ef27d789166737f7b0e6ee361e40 (diff)
downloadATCD-8c763ff701518750d296fa0c28bb97fe656fd0ca.tar.gz
Yahoeeee.
-rw-r--r--ace/Log_Msg.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index 837f9704640..7badec1abae 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -59,7 +59,7 @@ extern "C"
void
ACE_TSS_cleanup (void *ptr)
{
- delete ptr;
+ delete (ACE_Log_Msg *) ptr;
}
#endif /* ACE_MT_SAFE */
@@ -295,6 +295,10 @@ ACE_Log_Msg::ACE_Log_Msg (void)
// ACE_TRACE ("ACE_Log_Msg::ACE_Log_Msg");
}
+ACE_Log_Msg::~ACE_Log_Msg (void)
+{
+}
+
// Open the sender-side of the Message ACE_Queue.
int