summaryrefslogtreecommitdiff
path: root/TAO/tao/String_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/String_TypeCode.inl')
-rw-r--r--TAO/tao/String_TypeCode.inl14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/String_TypeCode.inl b/TAO/tao/String_TypeCode.inl
deleted file mode 100644
index 90e8e887c3b..00000000000
--- a/TAO/tao/String_TypeCode.inl
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-template <class RefCountPolicy>
-ACE_INLINE
-TAO::TypeCode::String<RefCountPolicy>::String (CORBA::TCKind kind,
- CORBA::ULong length)
- : CORBA::TypeCode (kind)
- , RefCountPolicy ()
- , length_ (length)
-{
- // ACE_ASSERT (kind == CORBA::tk_string || kind == CORBA::tk_wstring);
-}