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.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Typecode.i b/TAO/tao/Typecode.i
index ec8b4bd73fb..d6df0851834 100644
--- a/TAO/tao/Typecode.i
+++ b/TAO/tao/Typecode.i
@@ -48,7 +48,7 @@ CORBA_TypeCode::equivalent (CORBA::TypeCode_ptr tc
{
return this->equ_common (tc,
1
- TAO_ENV_ARG_PARAMETER);
+ TAO_ENV_ARG_PARAMETER);
}
// Returns true if the two typecodes are identical.
@@ -58,7 +58,7 @@ CORBA_TypeCode::equal (CORBA::TypeCode_ptr tc
{
return this->equ_common (tc,
0
- TAO_ENV_ARG_PARAMETER);
+ TAO_ENV_ARG_PARAMETER);
}
// returns the Repository ID