summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ImplRepoC.i
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-27 02:58:43 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-27 02:58:43 +0000
commitf3b2b9372980796e7d4e2a826d65eb7ac7f0b07f (patch)
treed12969ee4dc481d9f505a23ef48379ddb4c9e216 /TAO/tao/PortableServer/ImplRepoC.i
parentaf5f51f8e5050b542e514587130ed5e718f53184 (diff)
downloadATCD-connection_timeout_1.tar.gz
ChangeLogTag: Fri Apr 26 21:56:33 2002 Balachandran Natarajan <bala@guajira.cs.wustl.edu>connection_timeout_1
Diffstat (limited to 'TAO/tao/PortableServer/ImplRepoC.i')
-rw-r--r--TAO/tao/PortableServer/ImplRepoC.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/ImplRepoC.i b/TAO/tao/PortableServer/ImplRepoC.i
index 489341a9ec6..d2ceec3a705 100644
--- a/TAO/tao/PortableServer/ImplRepoC.i
+++ b/TAO/tao/PortableServer/ImplRepoC.i
@@ -1614,7 +1614,7 @@ TAO_PortableServer_Export CORBA::Boolean operator>> (
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const ImplementationRepository::Administration::AlreadyRegistered &_tao_aggregate)
{
// first marshal the repository ID
- if (strm << _tao_aggregate._id ())
+ if (strm << _tao_aggregate._rep_id ())
return 1;
else
return 0;
@@ -1628,7 +1628,7 @@ ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &,ImplementationRepository::A
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const ImplementationRepository::Administration::CannotActivate &_tao_aggregate)
{
// first marshal the repository ID
- if (strm << _tao_aggregate._id ())
+ if (strm << _tao_aggregate._rep_id ())
{
// now marshal the members (if any)
if (
@@ -1656,7 +1656,7 @@ ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &strm,ImplementationRepositor
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const ImplementationRepository::Administration::NotFound &_tao_aggregate)
{
// first marshal the repository ID
- if (strm << _tao_aggregate._id ())
+ if (strm << _tao_aggregate._rep_id ())
return 1;
else
return 0;