summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Objref_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Objref_TypeCode.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Objref_TypeCode.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Objref_TypeCode.inl b/TAO/tao/AnyTypeCode/Objref_TypeCode.inl
new file mode 100644
index 00000000000..de813439b87
--- /dev/null
+++ b/TAO/tao/AnyTypeCode/Objref_TypeCode.inl
@@ -0,0 +1,19 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+template <typename StringType, class RefCountPolicy>
+ACE_INLINE
+TAO::TypeCode::Objref<StringType, RefCountPolicy>::Objref (
+ CORBA::TCKind kind,
+ char const * id,
+ char const * name)
+ : ::CORBA::TypeCode (kind)
+ , RefCountPolicy ()
+ , attributes_ (id, name)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL