diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-15 11:47:20 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-15 11:47:20 +0000 |
commit | 04d80b8d6945fdf4968f731b6bf769ad2995d957 (patch) | |
tree | 5cd7382020649b00e034d0425ac3fa9a83c4ac76 /TAO/tao/TimeBaseC.i | |
parent | 1df7ef0cc0107753b53c68f12f00aca9085e13e8 (diff) | |
download | ATCD-04d80b8d6945fdf4968f731b6bf769ad2995d957.tar.gz |
ChangeLogTag: Thu Apr 15 11:41:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TimeBaseC.i')
-rw-r--r-- | TAO/tao/TimeBaseC.i | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/TAO/tao/TimeBaseC.i b/TAO/tao/TimeBaseC.i index 1e8bb802fed..38aa32569ba 100644 --- a/TAO/tao/TimeBaseC.i +++ b/TAO/tao/TimeBaseC.i @@ -26,57 +26,3 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html -// TAO_IDL - Generated from -// be/be_visitor_structure/cdr_op_ci.cpp:70 - -ACE_INLINE -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const TimeBase::UtcT &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.time) && - (strm << _tao_aggregate.inacclo) && - (strm << _tao_aggregate.inacchi) && - (strm << _tao_aggregate.tdf); -} - -ACE_INLINE -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - TimeBase::UtcT &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.time) && - (strm >> _tao_aggregate.inacclo) && - (strm >> _tao_aggregate.inacchi) && - (strm >> _tao_aggregate.tdf); -} - -// TAO_IDL - Generated from -// be/be_visitor_structure/cdr_op_ci.cpp:70 - -ACE_INLINE -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const TimeBase::IntervalT &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.lower_bound) && - (strm << _tao_aggregate.upper_bound); -} - -ACE_INLINE -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - TimeBase::IntervalT &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.lower_bound) && - (strm >> _tao_aggregate.upper_bound); -} - |