summaryrefslogtreecommitdiff
path: root/ace/Service_Manager.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Manager.inl')
-rw-r--r--ace/Service_Manager.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Service_Manager.inl b/ace/Service_Manager.inl
new file mode 100644
index 00000000000..f329d08adfb
--- /dev/null
+++ b/ace/Service_Manager.inl
@@ -0,0 +1,8 @@
+/* -*- C++ -*- */
+// $Id$
+
+ACE_INLINE
+ACE_Service_Manager::~ACE_Service_Manager (void)
+{
+ ACE_TRACE ("ACE_Service_Manager::~ACE_Service_Manager");
+}