summaryrefslogtreecommitdiff
path: root/TAO/tao/Typecode.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Typecode.i')
-rw-r--r--TAO/tao/Typecode.i16
1 files changed, 14 insertions, 2 deletions
diff --git a/TAO/tao/Typecode.i b/TAO/tao/Typecode.i
index 703fe1816ee..bb6d54cd737 100644
--- a/TAO/tao/Typecode.i
+++ b/TAO/tao/Typecode.i
@@ -49,7 +49,7 @@ CORBA::TypeCode::equivalent (CORBA::TypeCode_ptr tc
{
return this->equ_common (tc,
1
- ACE_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
// Returns true if the two typecodes are identical.
@@ -59,7 +59,7 @@ CORBA::TypeCode::equal (CORBA::TypeCode_ptr tc
{
return this->equ_common (tc,
0
- ACE_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
// returns the Repository ID
@@ -99,6 +99,18 @@ CORBA::TypeCode::member_count (ACE_ENV_SINGLE_ARG_DECL) const
return this->private_member_count (ACE_ENV_SINGLE_ARG_PARAMETER);
}
+ACE_INLINE CORBA::TypeCode::OFFSET_MAP *
+CORBA::TypeCode::offset_map (void) const
+{
+ return this->offset_map_;
+}
+
+ACE_INLINE void
+CORBA::TypeCode::offset_map (CORBA::TypeCode::OFFSET_MAP *map)
+{
+ this->offset_map_ = map;
+}
+
// ************************************************************
// These are in CORBA namespace