summaryrefslogtreecommitdiff
path: root/TAO/tao/Struct_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Struct_TypeCode.inl')
-rw-r--r--TAO/tao/Struct_TypeCode.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Struct_TypeCode.inl b/TAO/tao/Struct_TypeCode.inl
index d533af8a02c..d8eb30f2f7f 100644
--- a/TAO/tao/Struct_TypeCode.inl
+++ b/TAO/tao/Struct_TypeCode.inl
@@ -16,7 +16,7 @@ TAO::TypeCode::Struct<StringType,
RefCountPolicy>::Struct (
char const * id,
char const * name,
- Field<StringType> const * fields,
+ Struct_Field<StringType> const * fields,
CORBA::ULong nfields)
: base_attributes_ (id, name)
, nfields_ (nfields)
@@ -28,7 +28,7 @@ template <typename StringType,
class FieldArrayType,
CORBA::TCKind Kind,
class RefCountPolicy>
-ACE_INLINE TAO::TypeCode::Field<StringType> const *
+ACE_INLINE TAO::TypeCode::Struct_Field<StringType> const *
TAO::TypeCode::Struct<StringType,
FieldArrayType,
Kind,