ParameterModeC.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // ParameterModeC.h,v 1.16 2005/11/24 11:05:45 ossama 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_PARAMETERMODEC_H_
00032 #define _TAO_IDL_ORIG_PARAMETERMODEC_H_
00033 
00034 #include /**/ "ace/pre.h"
00035 
00036 
00037 #include "tao/TAO_Export.h"
00038 
00039 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00040 # pragma once
00041 #endif /* ACE_LACKS_PRAGMA_ONCE */
00042 
00043 #include "tao/Basic_Types.h"
00044 
00045 #if defined (TAO_EXPORT_MACRO)
00046 #undef TAO_EXPORT_MACRO
00047 #endif
00048 #define TAO_EXPORT_MACRO TAO_Export
00049 
00050 #if defined(_MSC_VER)
00051 #pragma warning(push)
00052 #pragma warning(disable:4250)
00053 #endif /* _MSC_VER */
00054 
00055 #if defined (__BORLANDC__)
00056 #pragma option push -w-rvl -w-rch -w-ccc -w-inl
00057 #endif /* __BORLANDC__ */
00058 
00059 // TAO_IDL - Generated from
00060 // be\be_visitor_module/module_ch.cpp:48
00061 
00062 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00063 
00064 class TAO_InputCDR;
00065 class TAO_OutputCDR;
00066 
00067 namespace CORBA
00068 {
00069 
00070   // TAO_IDL - Generated from
00071   // be\be_visitor_enum/enum_ch.cpp:57
00072 
00073   enum ParameterMode
00074   {
00075     PARAM_IN,
00076     PARAM_OUT,
00077     PARAM_INOUT
00078   };
00079 
00080   typedef ParameterMode &ParameterMode_out;
00081 
00082 // TAO_IDL - Generated from
00083 // be\be_visitor_module/module_ch.cpp:66
00084 
00085 } // module CORBA
00086 
00087 // TAO_IDL - Generated from
00088 // be\be_visitor_traits.cpp:61
00089 
00090 // Traits specializations.
00091 namespace TAO
00092 {
00093 }
00094 
00095 // TAO_IDL - Generated from
00096 // be\be_visitor_enum/cdr_op_ch.cpp:50
00097 
00098 TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::ParameterMode);
00099 TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ParameterMode &);
00100 
00101 // TAO_IDL - Generated from
00102 // be\be_codegen.cpp:955
00103 
00104 
00105 TAO_END_VERSIONED_NAMESPACE_DECL
00106 
00107 #if defined(_MSC_VER)
00108 #pragma warning(pop)
00109 #endif /* _MSC_VER */
00110 
00111 #if defined (__BORLANDC__)
00112 #pragma option pop
00113 #endif /* __BORLANDC__ */
00114 
00115 #include /**/ "ace/post.h"
00116 
00117 #endif /* ifndef */
00118 
00119 

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