summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/skip.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-05-31 10:26:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-05-31 10:26:16 +0000
commit5f94429bf1ca790924c34eb3e582a2148fa03cb5 (patch)
tree2dfc3b442f560686d1c1145a94ec1a4fdacf18ea /TAO/tao/AnyTypeCode/skip.cpp
parent49821fef4ee2f5b528ea7e2609e20e4112bd2a0c (diff)
downloadATCD-5f94429bf1ca790924c34eb3e582a2148fa03cb5.tar.gz
ChangeLogTag: Wed May 31 09:23:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/AnyTypeCode/skip.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/skip.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/AnyTypeCode/skip.cpp b/TAO/tao/AnyTypeCode/skip.cpp
index 17af604af68..53a647d7f0b 100644
--- a/TAO/tao/AnyTypeCode/skip.cpp
+++ b/TAO/tao/AnyTypeCode/skip.cpp
@@ -361,7 +361,7 @@ TAO_Marshal_Union::skip (CORBA::TypeCode_ptr tc,
tc->discriminator_type (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (TAO::TRAVERSE_STOP);
- CORBA::ULong kind =
+ CORBA::ULong const kind =
discrim_tc->kind (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (TAO::TRAVERSE_STOP);
@@ -657,7 +657,7 @@ TAO_Marshal_Sequence::skip (CORBA::TypeCode_ptr tc,
ACE_CHECK_RETURN (TAO::TRAVERSE_STOP);
// For CORBA basic types, the skip can be optimized
- CORBA::TCKind kind = tc2->kind (ACE_ENV_SINGLE_ARG_PARAMETER);
+ CORBA::TCKind const kind = tc2->kind (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (TAO::TRAVERSE_STOP);
char *dummy;
@@ -748,7 +748,7 @@ TAO_Marshal_Array::skip (CORBA::TypeCode_ptr tc,
ACE_CHECK_RETURN (TAO::TRAVERSE_STOP);
// For CORBA basic types, the skip can be optimized
- CORBA::TCKind kind = tc2->kind (ACE_ENV_SINGLE_ARG_PARAMETER);
+ CORBA::TCKind const kind = tc2->kind (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (TAO::TRAVERSE_STOP);
char *dummy;