summaryrefslogtreecommitdiff
path: root/TAO/tao/diffs/ImplRepoC.i.diff
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/diffs/ImplRepoC.i.diff')
-rw-r--r--TAO/tao/diffs/ImplRepoC.i.diff202
1 files changed, 202 insertions, 0 deletions
diff --git a/TAO/tao/diffs/ImplRepoC.i.diff b/TAO/tao/diffs/ImplRepoC.i.diff
new file mode 100644
index 00000000000..0eac1fd7731
--- /dev/null
+++ b/TAO/tao/diffs/ImplRepoC.i.diff
@@ -0,0 +1,202 @@
+--- PortableServer/orig/ImplRepoC.i Wed Apr 25 00:19:07 2001
++++ PortableServer/ImplRepoC.i Tue Apr 24 13:44:53 2001
+@@ -1,6 +1,6 @@
+ // -*- C++ -*-
+ //
+-// $Id$
++// $Id$
+
+ // **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
+ // TAO and the TAO IDL Compiler have been developed by:
+@@ -23,6 +23,49 @@
+ #if !defined (_IMPLEMENTATIONREPOSITORY_SERVEROBJECT___CI_)
+ #define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT___CI_
+
++ACE_INLINE ImplementationRepository::ServerObject_ptr
++tao_ImplementationRepository_ServerObject_duplicate (
++ ImplementationRepository::ServerObject_ptr p
++ )
++{
++ return ImplementationRepository::ServerObject::_duplicate (p);
++}
++
++ACE_INLINE void
++tao_ImplementationRepository_ServerObject_release (
++ ImplementationRepository::ServerObject_ptr p
++ )
++{
++ CORBA::release (p);
++}
++
++ACE_INLINE ImplementationRepository::ServerObject_ptr
++tao_ImplementationRepository_ServerObject_nil (
++ void
++ )
++{
++ return ImplementationRepository::ServerObject::_nil ();
++}
++
++ACE_INLINE ImplementationRepository::ServerObject_ptr
++tao_ImplementationRepository_ServerObject_narrow (
++ CORBA::Object *p,
++ CORBA::Environment &ACE_TRY_ENV
++ )
++{
++ return ImplementationRepository::ServerObject::_narrow (p, ACE_TRY_ENV);
++}
++
++ACE_INLINE CORBA::Object *
++tao_ImplementationRepository_ServerObject_upcast (
++ void *src
++ )
++{
++ ImplementationRepository::ServerObject **tmp =
++ ACE_static_cast (ImplementationRepository::ServerObject **, src);
++ return *tmp;
++}
++
+ ACE_INLINE
+ ImplementationRepository::ServerObject::ServerObject (
+ TAO_Stub *objref,
+@@ -1420,6 +1463,49 @@
+ #if !defined (_IMPLEMENTATIONREPOSITORY_ADMINISTRATION___CI_)
+ #define _IMPLEMENTATIONREPOSITORY_ADMINISTRATION___CI_
+
++ACE_INLINE ImplementationRepository::Administration_ptr
++tao_ImplementationRepository_Administration_duplicate (
++ ImplementationRepository::Administration_ptr p
++ )
++{
++ return ImplementationRepository::Administration::_duplicate (p);
++}
++
++ACE_INLINE void
++tao_ImplementationRepository_Administration_release (
++ ImplementationRepository::Administration_ptr p
++ )
++{
++ CORBA::release (p);
++}
++
++ACE_INLINE ImplementationRepository::Administration_ptr
++tao_ImplementationRepository_Administration_nil (
++ void
++ )
++{
++ return ImplementationRepository::Administration::_nil ();
++}
++
++ACE_INLINE ImplementationRepository::Administration_ptr
++tao_ImplementationRepository_Administration_narrow (
++ CORBA::Object *p,
++ CORBA::Environment &ACE_TRY_ENV
++ )
++{
++ return ImplementationRepository::Administration::_narrow (p, ACE_TRY_ENV);
++}
++
++ACE_INLINE CORBA::Object *
++tao_ImplementationRepository_Administration_upcast (
++ void *src
++ )
++{
++ ImplementationRepository::Administration **tmp =
++ ACE_static_cast (ImplementationRepository::Administration **, src);
++ return *tmp;
++}
++
+ ACE_INLINE
+ ImplementationRepository::Administration::Administration (
+ TAO_Stub *objref,
+@@ -1438,6 +1524,49 @@
+ #if !defined (_IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR___CI_)
+ #define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR___CI_
+
++ACE_INLINE ImplementationRepository::ServerInformationIterator_ptr
++tao_ImplementationRepository_ServerInformationIterator_duplicate (
++ ImplementationRepository::ServerInformationIterator_ptr p
++ )
++{
++ return ImplementationRepository::ServerInformationIterator::_duplicate (p);
++}
++
++ACE_INLINE void
++tao_ImplementationRepository_ServerInformationIterator_release (
++ ImplementationRepository::ServerInformationIterator_ptr p
++ )
++{
++ CORBA::release (p);
++}
++
++ACE_INLINE ImplementationRepository::ServerInformationIterator_ptr
++tao_ImplementationRepository_ServerInformationIterator_nil (
++ void
++ )
++{
++ return ImplementationRepository::ServerInformationIterator::_nil ();
++}
++
++ACE_INLINE ImplementationRepository::ServerInformationIterator_ptr
++tao_ImplementationRepository_ServerInformationIterator_narrow (
++ CORBA::Object *p,
++ CORBA::Environment &ACE_TRY_ENV
++ )
++{
++ return ImplementationRepository::ServerInformationIterator::_narrow (p, ACE_TRY_ENV);
++}
++
++ACE_INLINE CORBA::Object *
++tao_ImplementationRepository_ServerInformationIterator_upcast (
++ void *src
++ )
++{
++ ImplementationRepository::ServerInformationIterator **tmp =
++ ACE_static_cast (ImplementationRepository::ServerInformationIterator **, src);
++ return *tmp;
++}
++
+ ACE_INLINE
+ ImplementationRepository::ServerInformationIterator::ServerInformationIterator (
+ TAO_Stub *objref,
+@@ -1452,12 +1581,12 @@
+
+ #endif /* end #if !defined */
+
+-TAO_PortableServer_Export CORBA::Boolean operator<< (
++CORBA::Boolean TAO_PortableServer_Export operator<< (
+ TAO_OutputCDR &,
+ const ImplementationRepository::ServerObject_ptr
+ );
+
+-TAO_PortableServer_Export CORBA::Boolean operator>> (
++CORBA::Boolean TAO_PortableServer_Export operator>> (
+ TAO_InputCDR &,
+ ImplementationRepository::ServerObject_ptr &
+ );
+@@ -1591,22 +1720,22 @@
+
+ #endif /* _TAO_CDR_OP_ImplementationRepository_ServerInformationList_I_ */
+
+-TAO_PortableServer_Export CORBA::Boolean operator<< (
++CORBA::Boolean TAO_PortableServer_Export operator<< (
+ TAO_OutputCDR &,
+ const ImplementationRepository::ServerInformationIterator_ptr
+ );
+
+-TAO_PortableServer_Export CORBA::Boolean operator>> (
++CORBA::Boolean TAO_PortableServer_Export operator>> (
+ TAO_InputCDR &,
+ ImplementationRepository::ServerInformationIterator_ptr &
+ );
+
+-TAO_PortableServer_Export CORBA::Boolean operator<< (
++CORBA::Boolean TAO_PortableServer_Export operator<< (
+ TAO_OutputCDR &,
+ const ImplementationRepository::Administration_ptr
+ );
+
+-TAO_PortableServer_Export CORBA::Boolean operator>> (
++CORBA::Boolean TAO_PortableServer_Export operator>> (
+ TAO_InputCDR &,
+ ImplementationRepository::Administration_ptr &
+ );