aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Refcountable_T.cpp
diff options
context:
space:
mode:
authorRat <none@none>2010-06-07 19:10:55 +0200
committerRat <none@none>2010-06-07 19:10:55 +0200
commit32546e22828e793e3881e1055acb72b6a044e331 (patch)
tree759706cdfe8423887c69a2f8ed651c0c1e5ab7d7 /externals/ace/Refcountable_T.cpp
parent2e0f8fb6e558088b33bdee83bc5ff20014e983b3 (diff)
added ace + vcproj for win
--HG-- branch : trunk
Diffstat (limited to 'externals/ace/Refcountable_T.cpp')
-rw-r--r--externals/ace/Refcountable_T.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/externals/ace/Refcountable_T.cpp b/externals/ace/Refcountable_T.cpp
new file mode 100644
index 00000000000..80c28ea501b
--- /dev/null
+++ b/externals/ace/Refcountable_T.cpp
@@ -0,0 +1,25 @@
+// $Id: Refcountable_T.cpp 81407 2008-04-24 05:59:30Z johnnyw $
+
+#ifndef ACE_REFCOUNTABLE_T_CPP
+#define ACE_REFCOUNTABLE_T_CPP
+
+#include "ace/Refcountable_T.h"
+
+ACE_RCSID (ace,
+ Refcountable_T,
+ "$Id: Refcountable_T.cpp 81407 2008-04-24 05:59:30Z johnnyw $")
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Refcountable_T.inl"
+#endif /* __ACE_INLINE__ */
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+template <class ACE_LOCK>
+ACE_Refcountable_T<ACE_LOCK>::~ACE_Refcountable_T (void)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* !ACE_REFCOUNTABLE_T_CPP */