summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:28:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:28:35 +0000
commit7c9c3741e02d1569824dd6d024bd81e03febb2c7 (patch)
tree279233684289a024587c0885378eeee4079b9f01 /TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
parent7f61ed4f18c496890fbdf75300b1135d6911d9aa (diff)
downloadATCD-7c9c3741e02d1569824dd6d024bd81e03febb2c7.tar.gz
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/AnyTypeCode/String_TypeCode_Static.inl')
-rw-r--r--TAO/tao/AnyTypeCode/String_TypeCode_Static.inl14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl b/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
new file mode 100644
index 00000000000..4d42413daa1
--- /dev/null
+++ b/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
@@ -0,0 +1,14 @@
+// -*- C++ -*-
+//
+// $Id$
+
+ACE_INLINE
+TAO::TypeCode::String<TAO::Null_RefCount_Policy>::String (
+ CORBA::TCKind kind,
+ CORBA::ULong length)
+ : CORBA::TypeCode (kind)
+ , ACE_NESTED_CLASS (TAO, Null_RefCount_Policy) ()
+ , length_ (length)
+{
+ // ACE_ASSERT (kind == CORBA::tk_string || kind == CORBA::tk_wstring);
+}