aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Lock.inl
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Lock.inl')
-rw-r--r--dep/acelite/ace/Lock.inl12
1 files changed, 12 insertions, 0 deletions
diff --git a/dep/acelite/ace/Lock.inl b/dep/acelite/ace/Lock.inl
new file mode 100644
index 00000000000..7e3ae68396a
--- /dev/null
+++ b/dep/acelite/ace/Lock.inl
@@ -0,0 +1,12 @@
+// -*- C++ -*-
+//
+// $Id: Lock.inl 80826 2008-03-04 14:51:23Z wotte $
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+ACE_Lock::ACE_Lock (void)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL