DoubleSeqC.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // DoubleSeqC.h,v 1.17 2006/06/19 14:51:11 parsons Exp
00004 
00005 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
00006 // TAO and the TAO IDL Compiler have been developed by:
00007 //       Center for Distributed Object Computing
00008 //       Washington University
00009 //       St. Louis, MO
00010 //       USA
00011 //       http://www.cs.wustl.edu/~schmidt/doc-center.html
00012 // and
00013 //       Distributed Object Computing Laboratory
00014 //       University of California at Irvine
00015 //       Irvine, CA
00016 //       USA
00017 //       http://doc.ece.uci.edu/
00018 // and
00019 //       Institute for Software Integrated Systems
00020 //       Vanderbilt University
00021 //       Nashville, TN
00022 //       USA
00023 //       http://www.isis.vanderbilt.edu/
00024 //
00025 // Information about TAO is available at:
00026 //     http://www.cs.wustl.edu/~schmidt/TAO.html
00027 
00028 // TAO_IDL - Generated from
00029 // be\be_codegen.cpp:154
00030 
00031 #ifndef _TAO_IDL_DOUBLESEQC_H_
00032 #define _TAO_IDL_DOUBLESEQC_H_
00033 
00034 #include /**/ "ace/pre.h"
00035 
00036 
00037 #include "ace/config-all.h"
00038 
00039 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00040 # pragma once
00041 #endif /* ACE_LACKS_PRAGMA_ONCE */
00042 
00043 #include "tao/TAO_Export.h"
00044 #include "tao/ORB.h"
00045 #include "tao/Environment.h"
00046 #include "tao/Sequence_T.h"
00047 #include "tao/Seq_Var_T.h"
00048 #include "tao/Seq_Out_T.h"
00049 
00050 #if defined (TAO_EXPORT_MACRO)
00051 #undef TAO_EXPORT_MACRO
00052 #endif
00053 #define TAO_EXPORT_MACRO TAO_Export
00054 
00055 // TAO_IDL - Generated from
00056 // be\be_visitor_module/module_ch.cpp:49
00057 
00058 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00059 
00060 namespace CORBA
00061 {
00062 
00063   // TAO_IDL - Generated from
00064   // be\be_visitor_sequence/sequence_ch.cpp:101
00065 
00066 #if !defined (_CORBA_DOUBLESEQ_CH_)
00067 #define _CORBA_DOUBLESEQ_CH_
00068 
00069   class DoubleSeq;
00070 
00071   typedef
00072     TAO_FixedSeq_Var_T<
00073         DoubleSeq
00074       >
00075     DoubleSeq_var;
00076 
00077   typedef
00078     TAO_Seq_Out_T<
00079         DoubleSeq
00080       >
00081     DoubleSeq_out;
00082 
00083   class TAO_Export DoubleSeq
00084     : public
00085         TAO::unbounded_value_sequence<
00086             CORBA::Double
00087           >
00088   {
00089   public:
00090     DoubleSeq (void);
00091     DoubleSeq ( ::CORBA::ULong max);
00092     DoubleSeq (
00093         ::CORBA::ULong max,
00094         ::CORBA::ULong length,
00095         ::CORBA::Double* buffer,
00096         ::CORBA::Boolean release = false
00097       );
00098     DoubleSeq (const DoubleSeq &);
00099     ~DoubleSeq (void);
00100 
00101     static void _tao_any_destructor (void *);
00102 
00103     typedef DoubleSeq_var _var_type;
00104     typedef DoubleSeq_out _out_type;
00105   };
00106 
00107 #endif /* end #if !defined */
00108 
00109 // TAO_IDL - Generated from
00110 // be\be_visitor_module/module_ch.cpp:78
00111 
00112 } // module CORBA
00113 
00114 // TAO_IDL - Generated from
00115 // be\be_visitor_traits.cpp:61
00116 
00117 // Traits specializations.
00118 namespace TAO
00119 {
00120 }
00121 
00122 // TAO_IDL - Generated from
00123 // be\be_visitor_sequence/cdr_op_ch.cpp:71
00124 
00125 #if !defined _TAO_CDR_OP_CORBA_DoubleSeq_H_
00126 #define _TAO_CDR_OP_CORBA_DoubleSeq_H_
00127 
00128 TAO_Export ::CORBA::Boolean operator<< (
00129     TAO_OutputCDR &,
00130     const CORBA::DoubleSeq &
00131   );
00132 TAO_Export ::CORBA::Boolean operator>> (
00133     TAO_InputCDR &,
00134     CORBA::DoubleSeq &
00135   );
00136 
00137 #endif /* _TAO_CDR_OP_CORBA_DoubleSeq_H_ */
00138 
00139 // TAO_IDL - Generated from
00140 // be\be_codegen.cpp:1040
00141 
00142 TAO_END_VERSIONED_NAMESPACE_DECL
00143 
00144 #include /**/ "ace/post.h"
00145 
00146 #endif /* ifndef */
00147 
00148 

Generated on Thu Nov 9 11:54:10 2006 for TAO by doxygen 1.3.6