From 8ac5a5976070fdc899f149556864d156796aa0a2 Mon Sep 17 00:00:00 2001 From: bala Date: Sat, 6 Apr 2002 14:35:41 +0000 Subject: ChangeLogTag: Sat Apr 6 07:40:13 2002 Balachandran Natarajan --- TAO/ChangeLogs/ChangeLog-02a | 1 + TAO/tao/PortableServer/ImplRepoC.i | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index f14c4b6c999..3162eb8603f 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,6 +1,7 @@ Sat Apr 6 07:40:13 2002 Balachandran Natarajan * tao/PortableServer/ImplRepoC.h: + * tao/PortableServer/ImplRepoC.i: * tao/PortableServer/ImplRepoS.h: Changed the export flag from TAO_Export to TAO_PortableServer_Export. diff --git a/TAO/tao/PortableServer/ImplRepoC.i b/TAO/tao/PortableServer/ImplRepoC.i index 70d154ff502..489341a9ec6 100644 --- a/TAO/tao/PortableServer/ImplRepoC.i +++ b/TAO/tao/PortableServer/ImplRepoC.i @@ -1452,12 +1452,12 @@ ImplementationRepository::ServerInformationIterator::ServerInformationIterator ( #endif /* end #if !defined */ -TAO_Export CORBA::Boolean operator<< ( +TAO_PortableServer_Export CORBA::Boolean operator<< ( TAO_OutputCDR &, const ImplementationRepository::ServerObject_ptr ); -TAO_Export CORBA::Boolean operator>> ( +TAO_PortableServer_Export CORBA::Boolean operator>> ( TAO_InputCDR &, ImplementationRepository::ServerObject_ptr & ); @@ -1490,11 +1490,11 @@ ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &strm, ImplementationReposito #if !defined _TAO_CDR_OP_ImplementationRepository_EnvironmentList_I_ #define _TAO_CDR_OP_ImplementationRepository_EnvironmentList_I_ -CORBA::Boolean TAO_Export operator<< ( +CORBA::Boolean TAO_PortableServer_Export operator<< ( TAO_OutputCDR &, const ImplementationRepository::EnvironmentList & ); -CORBA::Boolean TAO_Export operator>> ( +CORBA::Boolean TAO_PortableServer_Export operator>> ( TAO_InputCDR &, ImplementationRepository::EnvironmentList & ); @@ -1580,33 +1580,33 @@ ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &strm, ImplementationReposito #if !defined _TAO_CDR_OP_ImplementationRepository_ServerInformationList_I_ #define _TAO_CDR_OP_ImplementationRepository_ServerInformationList_I_ -CORBA::Boolean TAO_Export operator<< ( +CORBA::Boolean TAO_PortableServer_Export operator<< ( TAO_OutputCDR &, const ImplementationRepository::ServerInformationList & ); -CORBA::Boolean TAO_Export operator>> ( +CORBA::Boolean TAO_PortableServer_Export operator>> ( TAO_InputCDR &, ImplementationRepository::ServerInformationList & ); #endif /* _TAO_CDR_OP_ImplementationRepository_ServerInformationList_I_ */ -TAO_Export CORBA::Boolean operator<< ( +TAO_PortableServer_Export CORBA::Boolean operator<< ( TAO_OutputCDR &, const ImplementationRepository::ServerInformationIterator_ptr ); -TAO_Export CORBA::Boolean operator>> ( +TAO_PortableServer_Export CORBA::Boolean operator>> ( TAO_InputCDR &, ImplementationRepository::ServerInformationIterator_ptr & ); -TAO_Export CORBA::Boolean operator<< ( +TAO_PortableServer_Export CORBA::Boolean operator<< ( TAO_OutputCDR &, const ImplementationRepository::Administration_ptr ); -TAO_Export CORBA::Boolean operator>> ( +TAO_PortableServer_Export CORBA::Boolean operator>> ( TAO_InputCDR &, ImplementationRepository::Administration_ptr & ); -- cgit v1.2.1