summaryrefslogtreecommitdiff
path: root/TAO/tao/String_TypeCode_Static.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/String_TypeCode_Static.inl')
-rw-r--r--TAO/tao/String_TypeCode_Static.inl14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/String_TypeCode_Static.inl b/TAO/tao/String_TypeCode_Static.inl
deleted file mode 100644
index 4d42413daa1..00000000000
--- a/TAO/tao/String_TypeCode_Static.inl
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- 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);
-}