summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index c6bd922d66a..7c806d0a58b 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -276,8 +276,8 @@ namespace CORBA
/// Marshalling operator used by the stub code. A long story why
/// the stub code uses this, let us keep it short here.
- static CORBA::Boolean marshal (const Object_ptr obj,
- TAO_OutputCDR &strm);
+ static CORBA::Boolean marshal (const Object_ptr x,
+ TAO_OutputCDR &cdr);
/// Accessor for the cached servant reference held on the stub
/// if this object is collocated