summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Alias_TypeCode_Static.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Alias_TypeCode_Static.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Alias_TypeCode_Static.inl22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Alias_TypeCode_Static.inl b/TAO/tao/AnyTypeCode/Alias_TypeCode_Static.inl
new file mode 100644
index 00000000000..0f077af6689
--- /dev/null
+++ b/TAO/tao/AnyTypeCode/Alias_TypeCode_Static.inl
@@ -0,0 +1,22 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO::TypeCode::Alias<char const *,
+ CORBA::TypeCode_ptr const *,
+ TAO::Null_RefCount_Policy>::Alias (
+ CORBA::TCKind kind,
+ char const * id,
+ char const * name,
+ CORBA::TypeCode_ptr const * tc)
+ : ::CORBA::TypeCode (kind)
+ , ::TAO::Null_RefCount_Policy ()
+ , attributes_ (id, name)
+ , content_type_ (tc)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL