diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
commit | d9e7859115ef1d5ec0f1c0a829b697354990a8a4 (patch) | |
tree | 384c03f0891bbd738983cd5477ac803253f7aaee /TAO/tao/ULongSeqC.h | |
parent | 03b65689794604a55162d73e8a5a4ccb5827b307 (diff) | |
download | ATCD-d9e7859115ef1d5ec0f1c0a829b697354990a8a4.tar.gz |
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ULongSeqC.h')
-rw-r--r-- | TAO/tao/ULongSeqC.h | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/TAO/tao/ULongSeqC.h b/TAO/tao/ULongSeqC.h index 31621d2d610..07d71927c92 100644 --- a/TAO/tao/ULongSeqC.h +++ b/TAO/tao/ULongSeqC.h @@ -26,10 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:153 +// be\be_codegen.cpp:154 -#ifndef _TAO_IDL_ORIG_ULONGSEQC_H_ -#define _TAO_IDL_ORIG_ULONGSEQC_H_ +#ifndef _TAO_IDL_ULONGSEQC_H_ +#define _TAO_IDL_ULONGSEQC_H_ #include /**/ "ace/pre.h" @@ -57,12 +57,8 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 +// be\be_visitor_module/module_ch.cpp:49 namespace CORBA { @@ -114,14 +110,9 @@ namespace CORBA }; #endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_Export ::CORBA::TypeCode_ptr const _tc_ULongSeq; // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 +// be\be_visitor_module/module_ch.cpp:78 } // module CORBA @@ -134,14 +125,6 @@ namespace TAO } // TAO_IDL - Generated from -// 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 -TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ULongSeq *&); // deprecated -TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ULongSeq *&); - -// TAO_IDL - Generated from // be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ULongSeq_H_ @@ -159,16 +142,12 @@ TAO_Export CORBA::Boolean operator>> ( #endif /* _TAO_CDR_OP_CORBA_ULongSeq_H_ */ // TAO_IDL - Generated from -// be\be_codegen.cpp:955 +// be\be_codegen.cpp:1062 #if defined(_MSC_VER) #pragma warning(pop) #endif /* _MSC_VER */ -#if defined (__BORLANDC__) -#pragma option pop -#endif /* __BORLANDC__ */ - #include /**/ "ace/post.h" #endif /* ifndef */ |