summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Value_TypeCode_Static.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Value_TypeCode_Static.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Value_TypeCode_Static.inl30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Value_TypeCode_Static.inl b/TAO/tao/AnyTypeCode/Value_TypeCode_Static.inl
new file mode 100644
index 00000000000..c35fbce0b42
--- /dev/null
+++ b/TAO/tao/AnyTypeCode/Value_TypeCode_Static.inl
@@ -0,0 +1,30 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO::TypeCode::Value<char const *,
+ CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Value_Field<char const *,
+ CORBA::TypeCode_ptr const *> const *,
+ TAO::Null_RefCount_Policy>::Value (
+ CORBA::TCKind kind,
+ char const * id,
+ char const * name,
+ CORBA::ValueModifier modifier,
+ CORBA::TypeCode_ptr const * concrete_base,
+ Value_Field<char const *, CORBA::TypeCode_ptr const *> const * fields,
+ CORBA::ULong nfields)
+ : ::CORBA::TypeCode (kind)
+ , ::TAO::Null_RefCount_Policy ()
+ , base_attributes_ (id, name)
+ , type_modifier_ (modifier)
+ , concrete_base_ (concrete_base)
+ , nfields_ (nfields)
+ , fields_ (fields)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL