summaryrefslogtreecommitdiff
path: root/TAO/tao/Alias_TypeCode_Static.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Alias_TypeCode_Static.inl')
-rw-r--r--TAO/tao/Alias_TypeCode_Static.inl18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/Alias_TypeCode_Static.inl b/TAO/tao/Alias_TypeCode_Static.inl
deleted file mode 100644
index a2665f5e461..00000000000
--- a/TAO/tao/Alias_TypeCode_Static.inl
+++ /dev/null
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-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)
- , ACE_NESTED_CLASS (TAO, Null_RefCount_Policy) ()
- , attributes_ (id, name)
- , content_type_ (tc)
-{
-}