summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CompilerElements/ReferenceCounting.hpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-29 21:02:57 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-29 21:02:57 +0000
commit6ecbc48d799a39d98a992c0c86e9563bcf4e14f4 (patch)
tree6395d8c7b9ff0550b8c4bfe67d5c43c982b1116a /TAO/CIAO/CCF/CCF/CompilerElements/ReferenceCounting.hpp
parent8e74d5c4835d2697a751d14f34e8fce8dd2bb815 (diff)
downloadATCD-6ecbc48d799a39d98a992c0c86e9563bcf4e14f4.tar.gz
This commit was manufactured by cvs2svn to create branch 'CCF'.
Diffstat (limited to 'TAO/CIAO/CCF/CCF/CompilerElements/ReferenceCounting.hpp')
-rw-r--r--TAO/CIAO/CCF/CCF/CompilerElements/ReferenceCounting.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/CompilerElements/ReferenceCounting.hpp b/TAO/CIAO/CCF/CCF/CompilerElements/ReferenceCounting.hpp
new file mode 100644
index 00000000000..231b3b1b51d
--- /dev/null
+++ b/TAO/CIAO/CCF/CCF/CompilerElements/ReferenceCounting.hpp
@@ -0,0 +1,14 @@
+// file : CCF/CompilerElements/ReferenceCounting.hpp
+// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
+// cvs-id : $Id$
+
+#ifndef CCF_RUNTIME_REFERENCE_COUNTING_H
+#define CCF_RUNTIME_REFERENCE_COUNTING_H
+
+#include "MSVC_Pragmas.hpp"
+
+#include "Utility/ReferenceCounting/ReferenceCounting.hpp"
+
+namespace ReferenceCounting = Utility::ReferenceCounting;
+
+#endif // CCF_RUNTIME_REFERENCE_COUNTING_H