summaryrefslogtreecommitdiff
path: root/TAO/tao/Enum_TypeCode_Static.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Enum_TypeCode_Static.inl')
-rw-r--r--TAO/tao/Enum_TypeCode_Static.inl20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tao/Enum_TypeCode_Static.inl b/TAO/tao/Enum_TypeCode_Static.inl
deleted file mode 100644
index 1d2ab5ca8cb..00000000000
--- a/TAO/tao/Enum_TypeCode_Static.inl
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-
-ACE_INLINE
-TAO::TypeCode::Enum<char const *,
- char const * const *,
- TAO::Null_RefCount_Policy>::Enum (
- char const * id,
- char const * name,
- char const * const * enumerators,
- CORBA::ULong nenumerators)
- : CORBA::TypeCode (CORBA::tk_enum)
- , ACE_NESTED_CLASS (TAO, Null_RefCount_Policy) ()
- , base_attributes_ (id, name)
- , nenumerators_ (nenumerators)
- , enumerators_ (enumerators)
-{
-}