LongLongSeqC.cpp

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // LongLongSeqC.cpp,v 1.14 2006/04/19 08:40:55 jwillemsen 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:291
00030 
00031 
00032 #include "tao/LongLongSeqC.h"
00033 #include "tao/CDR.h"
00034 
00035 #if defined (__BORLANDC__)
00036 #pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig
00037 #endif /* __BORLANDC__ */
00038 
00039 // TAO_IDL - Generated from
00040 // be\be_visitor_arg_traits.cpp:70
00041 
00042 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00043 
00044 // Arg traits specializations.
00045 namespace TAO
00046 {
00047 }
00048 
00049 
00050 // TAO_IDL - Generated from
00051 // be\be_visitor_sequence/sequence_cs.cpp:65
00052 
00053 #if !defined (_CORBA_LONGLONGSEQ_CS_)
00054 #define _CORBA_LONGLONGSEQ_CS_
00055 
00056 CORBA::LongLongSeq::LongLongSeq (void)
00057 {}
00058 
00059 CORBA::LongLongSeq::LongLongSeq (
00060     CORBA::ULong max
00061   )
00062   : TAO::unbounded_value_sequence<
00063         CORBA::LongLong
00064       >
00065     (max)
00066 {}
00067 
00068 CORBA::LongLongSeq::LongLongSeq (
00069     CORBA::ULong max,
00070     CORBA::ULong length,
00071     CORBA::LongLong * buffer,
00072     CORBA::Boolean release
00073   )
00074   : TAO::unbounded_value_sequence<
00075         CORBA::LongLong
00076       >
00077     (max, length, buffer, release)
00078 {}
00079 
00080 CORBA::LongLongSeq::LongLongSeq (
00081     const LongLongSeq &seq
00082   )
00083   : TAO::unbounded_value_sequence<
00084         CORBA::LongLong
00085       >
00086     (seq)
00087 {}
00088 
00089 CORBA::LongLongSeq::~LongLongSeq (void)
00090 {}
00091 
00092 void CORBA::LongLongSeq::_tao_any_destructor (
00093     void * _tao_void_pointer
00094   )
00095 {
00096   LongLongSeq * _tao_tmp_pointer =
00097     static_cast<LongLongSeq *> (_tao_void_pointer);
00098   delete _tao_tmp_pointer;
00099 }
00100 
00101 #endif /* end #if !defined */
00102 
00103 // TAO_IDL - Generated from
00104 // be\be_visitor_sequence/cdr_op_cs.cpp:96
00105 
00106 #if !defined _TAO_CDR_OP_CORBA_LongLongSeq_CPP_
00107 #define _TAO_CDR_OP_CORBA_LongLongSeq_CPP_
00108 
00109 CORBA::Boolean operator<< (
00110     TAO_OutputCDR &strm,
00111     const CORBA::LongLongSeq &_tao_sequence
00112   )
00113 {
00114   return TAO::marshal_sequence(strm, _tao_sequence);
00115 }
00116 
00117 CORBA::Boolean operator>> (
00118     TAO_InputCDR &strm,
00119     CORBA::LongLongSeq &_tao_sequence
00120   )
00121 {
00122   return TAO::demarshal_sequence(strm, _tao_sequence);
00123 }
00124 
00125 #endif /* _TAO_CDR_OP_CORBA_LongLongSeq_CPP_ */
00126 
00127 TAO_END_VERSIONED_NAMESPACE_DECL

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