diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-11-10 01:17:57 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-11-10 01:17:57 +0000 |
commit | 27217683e38a97304979aae8dd1b18d2500010c1 (patch) | |
tree | 4c6e82fda9274bb87703364c243cf9e03530493c /TAO/tao/PortableInterceptorC.i | |
parent | 21969fa6aff59433298acf22094a5a8adbf99dff (diff) | |
download | ATCD-27217683e38a97304979aae8dd1b18d2500010c1.tar.gz |
ChangeLogTag:Sun Nov 9 19:12:40 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableInterceptorC.i')
-rw-r--r-- | TAO/tao/PortableInterceptorC.i | 88 |
1 files changed, 4 insertions, 84 deletions
diff --git a/TAO/tao/PortableInterceptorC.i b/TAO/tao/PortableInterceptorC.i index 85e0d65b561..bc051e094ef 100644 --- a/TAO/tao/PortableInterceptorC.i +++ b/TAO/tao/PortableInterceptorC.i @@ -27,87 +27,7 @@ // TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_INTERCEPTOR___CI_) -#define _PORTABLEINTERCEPTOR_INTERCEPTOR___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_CURRENT___CI_) -#define _PORTABLEINTERCEPTOR_CURRENT___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_REQUESTINFO___CI_) -#define _PORTABLEINTERCEPTOR_REQUESTINFO___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_CLIENTREQUESTINFO___CI_) -#define _PORTABLEINTERCEPTOR_CLIENTREQUESTINFO___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_SERVERREQUESTINFO___CI_) -#define _PORTABLEINTERCEPTOR_SERVERREQUESTINFO___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_CLIENTREQUESTINTERCEPTOR___CI_) -#define _PORTABLEINTERCEPTOR_CLIENTREQUESTINTERCEPTOR___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_SERVERREQUESTINTERCEPTOR___CI_) -#define _PORTABLEINTERCEPTOR_SERVERREQUESTINTERCEPTOR___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_POLICYFACTORY___CI_) -#define _PORTABLEINTERCEPTOR_POLICYFACTORY___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_ORBINITINFO___CI_) -#define _PORTABLEINTERCEPTOR_ORBINITINFO___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:63 - -#if !defined (_PORTABLEINTERCEPTOR_ORBINITIALIZER___CI_) -#define _PORTABLEINTERCEPTOR_ORBINITIALIZER___CI_ - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_exception/cdr_op_ci.cpp:71 +// be/be_visitor_exception/cdr_op_ci.cpp:71 ACE_INLINE CORBA::Boolean operator<< ( @@ -121,7 +41,7 @@ CORBA::Boolean operator<< ( // Now marshal the members (if any). if ( (strm << _tao_aggregate.forward.in ()) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.permanent)) + (strm << CORBA::Any::from_boolean (_tao_aggregate.permanent)) ) { return 1; @@ -146,7 +66,7 @@ CORBA::Boolean operator>> ( // Demarshal the members. if ( (strm >> _tao_aggregate.forward.out ()) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.permanent)) + (strm >> CORBA::Any::to_boolean (_tao_aggregate.permanent)) ) { return 1; @@ -158,7 +78,7 @@ CORBA::Boolean operator>> ( } // TAO_IDL - Generated from -// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_exception/cdr_op_ci.cpp:71 +// be/be_visitor_exception/cdr_op_ci.cpp:71 ACE_INLINE CORBA::Boolean operator<< ( |