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