UShortSeqC.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // UShortSeqC.h,v 1.20 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:153
00030 
00031 #ifndef _TAO_IDL_ORIG_USHORTSEQC_H_
00032 #define _TAO_IDL_ORIG_USHORTSEQC_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 #if defined(_MSC_VER)
00056 #pragma warning(push)
00057 #pragma warning(disable:4250)
00058 #endif /* _MSC_VER */
00059 
00060 #if defined (__BORLANDC__)
00061 #pragma option push -w-rvl -w-rch -w-ccc -w-inl
00062 #endif /* __BORLANDC__ */
00063 
00064 // TAO_IDL - Generated from
00065 // be\be_visitor_module/module_ch.cpp:48
00066 
00067 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00068 
00069 namespace CORBA
00070 {
00071 
00072   // TAO_IDL - Generated from
00073   // be\be_visitor_sequence/sequence_ch.cpp:101
00074 
00075 #if !defined (_CORBA_USHORTSEQ_CH_)
00076 #define _CORBA_USHORTSEQ_CH_
00077 
00078   class UShortSeq;
00079 
00080   typedef
00081     TAO_FixedSeq_Var_T<
00082         UShortSeq
00083       >
00084     UShortSeq_var;
00085 
00086   typedef
00087     TAO_Seq_Out_T<
00088         UShortSeq
00089       >
00090     UShortSeq_out;
00091 
00092   class TAO_Export UShortSeq
00093     : public
00094         TAO::unbounded_value_sequence<
00095             CORBA::UShort
00096           >
00097   {
00098   public:
00099     UShortSeq (void);
00100     UShortSeq (CORBA::ULong max);
00101     UShortSeq (
00102         CORBA::ULong max,
00103         CORBA::ULong length,
00104         CORBA::UShort* buffer,
00105         CORBA::Boolean release = false
00106       );
00107     UShortSeq (const UShortSeq &);
00108     ~UShortSeq (void);
00109 
00110     static void _tao_any_destructor (void *);
00111 
00112     typedef UShortSeq_var _var_type;
00113     typedef UShortSeq_out _out_type;
00114   };
00115 
00116 #endif /* end #if !defined */
00117 
00118 // TAO_IDL - Generated from
00119 // be\be_visitor_module/module_ch.cpp:66
00120 
00121 } // module CORBA
00122 
00123 // TAO_IDL - Generated from
00124 // be\be_visitor_traits.cpp:61
00125 
00126 // Traits specializations.
00127 namespace TAO
00128 {
00129 }
00130 
00131 // Workaround for a Visual Studio .NET bug where this class is not
00132 // properly imported by an application if typedef'd or subclassed,
00133 // resulting in 'multiply defined' link errors. The export macro
00134 // here forces an explicit import by the application. Please see
00135 // http://support.microsoft.com/default.aspx?scid=kb;en-us;309801
00136 // The problem stems from use of the type below in DsLogAdmin,
00137 // but we put the instantiation here because the application will
00138 // need to see it in *C.h to avoid the error.
00139 #if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
00140   template class TAO_Export TAO::unbounded_value_sequence<CORBA::UShortSeq>;
00141 #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */
00142 
00143 // TAO_IDL - Generated from
00144 // be\be_visitor_sequence/cdr_op_ch.cpp:71
00145 
00146 #if !defined _TAO_CDR_OP_CORBA_UShortSeq_H_
00147 #define _TAO_CDR_OP_CORBA_UShortSeq_H_
00148 
00149 TAO_Export CORBA::Boolean operator<< (
00150     TAO_OutputCDR &,
00151     const CORBA::UShortSeq &
00152   );
00153 TAO_Export CORBA::Boolean operator>> (
00154     TAO_InputCDR &,
00155     CORBA::UShortSeq &
00156   );
00157 
00158 #endif /* _TAO_CDR_OP_CORBA_UShortSeq_H_ */
00159 
00160 // TAO_IDL - Generated from
00161 // be\be_codegen.cpp:955
00162 
00163 TAO_END_VERSIONED_NAMESPACE_DECL
00164 
00165 #if defined(_MSC_VER)
00166 #pragma warning(pop)
00167 #endif /* _MSC_VER */
00168 
00169 #if defined (__BORLANDC__)
00170 #pragma option pop
00171 #endif /* __BORLANDC__ */
00172 
00173 #include /**/ "ace/post.h"
00174 
00175 #endif /* ifndef */
00176 
00177 

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