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