summaryrefslogtreecommitdiff
path: root/ACE/ace/Auto_Event.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Auto_Event.inl')
-rw-r--r--ACE/ace/Auto_Event.inl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/ace/Auto_Event.inl b/ACE/ace/Auto_Event.inl
new file mode 100644
index 00000000000..80048c29b99
--- /dev/null
+++ b/ACE/ace/Auto_Event.inl
@@ -0,0 +1,12 @@
+// -*- C++ -*-
+//
+// $Id$
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+ACE_Auto_Event::~ACE_Auto_Event (void)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL