summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-05-01 18:53:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-05-01 18:53:42 +0000
commit21d60e9ec1b67a76df415451f96e31fd278d9774 (patch)
treeaa3fd6a57a16089bdfcdfb85ef9c6ca203021a36 /TAO/tao
parent17b0b6f607cb4face63286491b886f3d1fed3a96 (diff)
downloadATCD-21d60e9ec1b67a76df415451f96e31fd278d9774.tar.gz
ChangeLogTag: Mon May 1 18:53:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/AnyTypeCode/TypeCode.cpp2
-rw-r--r--TAO/tao/AnyTypeCode/TypeCode.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/AnyTypeCode/TypeCode.cpp b/TAO/tao/AnyTypeCode/TypeCode.cpp
index cb811228132..102eab1b718 100644
--- a/TAO/tao/AnyTypeCode/TypeCode.cpp
+++ b/TAO/tao/AnyTypeCode/TypeCode.cpp
@@ -397,7 +397,7 @@ TAO::TypeCode::aligned_offset (CORBA::ULong offset)
CORBA::Boolean
operator<< (TAO_OutputCDR & cdr,
- CORBA::TypeCode_ptr tc)
+ const CORBA::TypeCode_ptr tc)
{
return TAO::TypeCode::marshal (cdr, tc, 0);
}
diff --git a/TAO/tao/AnyTypeCode/TypeCode.h b/TAO/tao/AnyTypeCode/TypeCode.h
index 93edd808684..52e3559902c 100644
--- a/TAO/tao/AnyTypeCode/TypeCode.h
+++ b/TAO/tao/AnyTypeCode/TypeCode.h
@@ -515,7 +515,7 @@ namespace CORBA
TAO_AnyTypeCode_Export
CORBA::Boolean operator<< (TAO_OutputCDR & cdr,
- CORBA::TypeCode_ptr tc);
+ const CORBA::TypeCode_ptr tc);
TAO_AnyTypeCode_Export
CORBA::Boolean operator>> (TAO_InputCDR & cdr,