diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-08 15:40:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-08 15:40:06 +0000 |
commit | dab9e39aacf193bc734fbccf8213024d64d7a7c1 (patch) | |
tree | d1c0b19f04aa701c831dfd9577ee2ac3eec848d4 /TAO/tao/TimeBaseC.cpp | |
parent | 9fe0f64e88bd7260fdd605d54d2f0cc4ce8491ff (diff) | |
download | ATCD-dab9e39aacf193bc734fbccf8213024d64d7a7c1.tar.gz |
ChangeLogTag: Wed Dec 8 15:39:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TimeBaseC.cpp')
-rw-r--r-- | TAO/tao/TimeBaseC.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/tao/TimeBaseC.cpp b/TAO/tao/TimeBaseC.cpp index 683a23dffad..848c25e0e5c 100644 --- a/TAO/tao/TimeBaseC.cpp +++ b/TAO/tao/TimeBaseC.cpp @@ -26,23 +26,22 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:323 +// be\be_codegen.cpp:302 #include "TimeBaseC.h" #include "tao/CDR.h" -#include "tao/Typecode.h" #if defined (__BORLANDC__) #pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig #endif /* __BORLANDC__ */ #if !defined (__ACE_INLINE__) -#include "TimeBaseC.i" +#include "TimeBaseC.inl" #endif /* !defined INLINE */ // TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:64 +// be\be_visitor_arg_traits.cpp:65 // Arg traits specializations. namespace TAO @@ -50,28 +49,29 @@ namespace TAO } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_structure/structure_cs.cpp:66 -void +void TimeBase::UtcT::_tao_any_destructor ( void *_tao_void_pointer ) { UtcT *_tao_tmp_pointer = - ACE_static_cast (UtcT *, _tao_void_pointer); + static_cast<UtcT *> (_tao_void_pointer); delete _tao_tmp_pointer; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_structure/structure_cs.cpp:66 -void +void TimeBase::IntervalT::_tao_any_destructor ( void *_tao_void_pointer ) { - IntervalT *_tao_tmp_pointer = static_cast<IntervalT *> (_tao_void_pointer); + IntervalT *_tao_tmp_pointer = + static_cast<IntervalT *> (_tao_void_pointer); delete _tao_tmp_pointer; } @@ -126,7 +126,7 @@ CORBA::Boolean operator>> ( } // TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:1628 +// be\be_visitor_root/root.cpp:1629 #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) @@ -172,4 +172,4 @@ CORBA::Boolean operator>> ( TimeBase::IntervalT \ > -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ +#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |