diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-12 16:46:22 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-12 16:46:22 +0000 |
commit | e3023946a1462d5fac57f68e71d7f54d41929e3e (patch) | |
tree | 2f7469c557b5bdb588e66ad3d5370f34fef208a0 /TAO/tao/ULongSeqC.h | |
parent | e464053e5d4ac07373e1469d0fae74331672e06f (diff) | |
download | ATCD-e3023946a1462d5fac57f68e71d7f54d41929e3e.tar.gz |
ChangeLogTag: Mon Apr 12 16:45:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ULongSeqC.h')
-rw-r--r-- | TAO/tao/ULongSeqC.h | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/TAO/tao/ULongSeqC.h b/TAO/tao/ULongSeqC.h index fc2e34e6e20..ccecfa96072 100644 --- a/TAO/tao/ULongSeqC.h +++ b/TAO/tao/ULongSeqC.h @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be/be_codegen.cpp:171 +// be\be_codegen.cpp:171 #ifndef _TAO_IDL_ORIG_ULONGSEQC_H_ #define _TAO_IDL_ORIG_ULONGSEQC_H_ @@ -39,6 +39,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "tao/TAO_Export.h" #include "tao/CDR.h" #include "tao/Environment.h" #include "tao/Sequence_T.h" @@ -69,13 +70,13 @@ #endif /* __BORLANDC__ */ // TAO_IDL - Generated from -// be/be_visitor_module/module_ch.cpp:48 +// be\be_visitor_module/module_ch.cpp:48 namespace CORBA { // TAO_IDL - Generated from - // be/be_visitor_sequence/sequence_ch.cpp:101 + // be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_ULONGSEQ_CH_) #define _CORBA_ULONGSEQ_CH_ @@ -123,17 +124,17 @@ namespace CORBA #endif /* end #if !defined */ // TAO_IDL - Generated from - // be/be_visitor_typecode/typecode_decl.cpp:44 + // be\be_visitor_typecode/typecode_decl.cpp:44 TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_ULongSeq; // TAO_IDL - Generated from -// be/be_visitor_module/module_ch.cpp:66 +// be\be_visitor_module/module_ch.cpp:66 } // module CORBA // TAO_IDL - Generated from -// be/be_visitor_traits.cpp:59 +// be\be_visitor_traits.cpp:59 // Traits specializations. namespace TAO @@ -141,7 +142,7 @@ namespace TAO } // TAO_IDL - Generated from -// be/be_visitor_sequence/any_op_ch.cpp:52 +// be\be_visitor_sequence/any_op_ch.cpp:52 TAO_Export void operator<<= (CORBA::Any &, const CORBA::ULongSeq &); // copying version TAO_Export void operator<<= (CORBA::Any &, CORBA::ULongSeq*); // noncopying version @@ -149,12 +150,7 @@ TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ULongSeq *&); TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ULongSeq *&); // TAO_IDL - Generated from -// be/be_visitor_root/cdr_op.cpp:48 - -#ifndef __ACE_INLINE__ - -// TAO_IDL - Generated from -// be/be_visitor_sequence/cdr_op_ch.cpp:70 +// be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ULongSeq_H_ #define _TAO_CDR_OP_CORBA_ULongSeq_H_ @@ -171,12 +167,7 @@ TAO_Export CORBA::Boolean operator>> ( #endif /* _TAO_CDR_OP_CORBA_ULongSeq_H_ */ // TAO_IDL - Generated from -// be/be_visitor_root/cdr_op.cpp:64 - -#endif /* __ACE_INLINE__ */ - -// TAO_IDL - Generated from -// be/be_codegen.cpp:978 +// be\be_codegen.cpp:978 #if defined (__ACE_INLINE__) #include "ULongSeqC.i" |