summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-25 06:36:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-25 06:36:01 +0000
commitdfacd92c6604c5664abcf1b3e7dd2f893b4fd92c (patch)
treebcddc94662f2fe377c4e2487fe57e11d18a062a5 /TAO/tao/Object.cpp
parent1fca173c1025709cc3790ba0a35311440d9109de (diff)
downloadATCD-dfacd92c6604c5664abcf1b3e7dd2f893b4fd92c.tar.gz
ChangeLogTag: Mon Apr 24 06:33:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r--TAO/tao/Object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index 0df3b311b58..e39e2e473a3 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -158,7 +158,7 @@ CORBA::Object::marshal (TAO_OutputCDR &cdr)
}
/*static*/ CORBA::Boolean
-CORBA::Object::marshal (CORBA::Object_ptr x,
+CORBA::Object::marshal (const CORBA::Object_ptr x,
TAO_OutputCDR &cdr)
{
if (x == 0)