diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-04 11:15:27 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-04 11:15:27 +0000 |
commit | 2f8bfb5eefea1a2f09bf2851038650ea22dc0508 (patch) | |
tree | 9222dfdc8d5796b0dfb0e5d11eee905dde0e3972 /TAO/tao/ULongLongSeqC.h | |
parent | a0c83868a1453b7fa994d32f0a21c88cd4ff0a2f (diff) | |
download | ATCD-2f8bfb5eefea1a2f09bf2851038650ea22dc0508.tar.gz |
ChangeLogTag: Tue Jan 4 11:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ULongLongSeqC.h')
-rw-r--r-- | TAO/tao/ULongLongSeqC.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/TAO/tao/ULongLongSeqC.h b/TAO/tao/ULongLongSeqC.h index 01c3cb9341f..cd37efb8b0f 100644 --- a/TAO/tao/ULongLongSeqC.h +++ b/TAO/tao/ULongLongSeqC.h @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// .\be\be_codegen.cpp:153 +// be\be_codegen.cpp:153 #ifndef _TAO_IDL_ORIG_ULONGLONGSEQC_H_ #define _TAO_IDL_ORIG_ULONGLONGSEQC_H_ @@ -40,6 +40,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "tao/TAO_Export.h" #include "tao/ORB.h" #include "tao/Environment.h" #include "tao/Sequence_T.h" @@ -59,9 +60,7 @@ #endif /* TAO_EXPORT_NESTED_CLASSES */ #if defined(_MSC_VER) -#if (_MSC_VER >= 1200) #pragma warning(push) -#endif /* _MSC_VER >= 1200 */ #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -70,13 +69,13 @@ #endif /* __BORLANDC__ */ // TAO_IDL - Generated from -// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:48 +// be\be_visitor_module/module_ch.cpp:48 namespace CORBA { // TAO_IDL - Generated from - // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 + // be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_ULONGLONGSEQ_CH_) #define _CORBA_ULONGLONGSEQ_CH_ @@ -124,17 +123,17 @@ namespace CORBA #endif /* end #if !defined */ // TAO_IDL - Generated from - // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:44 + // be\be_visitor_typecode/typecode_decl.cpp:44 TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_ULongLongSeq; // TAO_IDL - Generated from -// w:\ace_wrappers\tao\tao_idl\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 @@ -142,7 +141,7 @@ namespace TAO } // TAO_IDL - Generated from -// w:\ace_wrappers\tao\tao_idl\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::ULongLongSeq &); // copying version TAO_Export void operator<<= (CORBA::Any &, CORBA::ULongLongSeq*); // noncopying version @@ -150,7 +149,7 @@ TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ULongLongSeq * TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ULongLongSeq *&); // TAO_IDL - Generated from -// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 +// be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ULongLongSeq_H_ #define _TAO_CDR_OP_CORBA_ULongLongSeq_H_ @@ -167,13 +166,13 @@ TAO_Export CORBA::Boolean operator>> ( #endif /* _TAO_CDR_OP_CORBA_ULongLongSeq_H_ */ // TAO_IDL - Generated from -// .\be\be_codegen.cpp:958 +// be\be_codegen.cpp:961 #if defined (__ACE_INLINE__) #include "ULongLongSeqC.inl" -#endif /* defined __ACE_INLINE__ */ +#endif /* defined INLINE */ -#if defined(_MSC_VER) && (_MSC_VER >= 1200) +#if defined(_MSC_VER) #pragma warning(pop) #endif /* _MSC_VER */ @@ -185,3 +184,4 @@ TAO_Export CORBA::Boolean operator>> ( #endif /* ifndef */ + |