summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptorC.i
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-12 18:16:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-12 18:16:44 +0000
commit4e6a5ae858a1e3516b3d0d58ff5bae8b23c53db2 (patch)
tree8cfc7dfae8eb69620eea981fa30899c947bc174a /TAO/tao/PortableInterceptorC.i
parent73f118d5029a12cd6e963def9c35c56d3a132d44 (diff)
downloadATCD-4e6a5ae858a1e3516b3d0d58ff5bae8b23c53db2.tar.gz
ChangeLogTag: Mon Apr 12 18:12:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableInterceptorC.i')
-rw-r--r--TAO/tao/PortableInterceptorC.i80
1 files changed, 0 insertions, 80 deletions
diff --git a/TAO/tao/PortableInterceptorC.i b/TAO/tao/PortableInterceptorC.i
index bc051e094ef..38aa32569ba 100644
--- a/TAO/tao/PortableInterceptorC.i
+++ b/TAO/tao/PortableInterceptorC.i
@@ -26,83 +26,3 @@
// http://www.cs.wustl.edu/~schmidt/TAO.html
-// TAO_IDL - Generated from
-// be/be_visitor_exception/cdr_op_ci.cpp:71
-
-ACE_INLINE
-CORBA::Boolean operator<< (
- TAO_OutputCDR &strm,
- const PortableInterceptor::ForwardRequest &_tao_aggregate
- )
-{
- // First marshal the repository ID.
- if (strm << _tao_aggregate._rep_id ())
- {
- // Now marshal the members (if any).
- if (
- (strm << _tao_aggregate.forward.in ()) &&
- (strm << CORBA::Any::from_boolean (_tao_aggregate.permanent))
- )
- {
- return 1;
- }
- else
- {
- return 0;
- }
- }
- else
- {
- return 0;
- }
-}
-
-ACE_INLINE
-CORBA::Boolean operator>> (
- TAO_InputCDR &strm,
- PortableInterceptor::ForwardRequest &_tao_aggregate
- )
-{
- // Demarshal the members.
- if (
- (strm >> _tao_aggregate.forward.out ()) &&
- (strm >> CORBA::Any::to_boolean (_tao_aggregate.permanent))
- )
- {
- return 1;
- }
- else
- {
- return 0;
- }
-}
-
-// TAO_IDL - Generated from
-// be/be_visitor_exception/cdr_op_ci.cpp:71
-
-ACE_INLINE
-CORBA::Boolean operator<< (
- TAO_OutputCDR &strm,
- const PortableInterceptor::InvalidSlot &_tao_aggregate
- )
-{
- // First marshal the repository ID.
- if (strm << _tao_aggregate._rep_id ())
- {
- return 1;
- }
- else
- {
- return 0;
- }
-}
-
-ACE_INLINE
-CORBA::Boolean operator>> (
- TAO_InputCDR &,
- PortableInterceptor::InvalidSlot&
- )
-{
- return 1;
-}
-