00001 // -*- C++ -*- 00002 // 00003 // PI_ForwardC.h,v 1.22 2006/04/26 13:42:42 mesnier_p 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_PI_FORWARDC_H_ 00032 #define _TAO_IDL_ORIG_PI_FORWARDC_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 00047 #include "tao/OctetSeqC.h" 00048 #include "tao/StringSeqC.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 PortableInterceptor 00070 { 00071 00072 // TAO_IDL - Generated from 00073 // be\be_visitor_typedef/typedef_ch.cpp:413 00074 00075 typedef char * ServerId; 00076 typedef CORBA::String_var ServerId_var; 00077 typedef CORBA::String_out ServerId_out; 00078 00079 // TAO_IDL - Generated from 00080 // be\be_visitor_typedef/typedef_ch.cpp:413 00081 00082 typedef char * ORBId; 00083 typedef CORBA::String_var ORBId_var; 00084 typedef CORBA::String_out ORBId_out; 00085 00086 // TAO_IDL - Generated from 00087 // be\be_visitor_typedef/typedef_ch.cpp:472 00088 00089 typedef CORBA::StringSeq AdapterName; 00090 typedef CORBA::StringSeq_var AdapterName_var; 00091 typedef CORBA::StringSeq_out AdapterName_out; 00092 00093 // TAO_IDL - Generated from 00094 // be\be_visitor_typedef/typedef_ch.cpp:472 00095 00096 typedef CORBA::OctetSeq ObjectId; 00097 typedef CORBA::OctetSeq_var ObjectId_var; 00098 typedef CORBA::OctetSeq_out ObjectId_out; 00099 00100 // TAO_IDL - Generated from 00101 // be\be_visitor_typedef/typedef_ch.cpp:379 00102 00103 typedef char * AdapterManagerId; 00104 typedef CORBA::String_var AdapterManagerId_var; 00105 typedef CORBA::String_out AdapterManagerId_out; 00106 00107 // TAO_IDL - Generated from 00108 // be\be_visitor_typedef/typedef_ch.cpp:379 00109 00110 typedef CORBA::Short AdapterState; 00111 typedef CORBA::Short_out AdapterState_out; 00112 00113 // TAO_IDL - Generated from 00114 // be\be_visitor_typedef/typedef_ch.cpp:379 00115 00116 typedef CORBA::ULong SlotId; 00117 typedef CORBA::ULong_out SlotId_out; 00118 00119 // TAO_IDL - Generated from 00120 // be\be_visitor_typedef/typedef_ch.cpp:379 00121 00122 typedef CORBA::Short ReplyStatus; 00123 typedef CORBA::Short_out ReplyStatus_out; 00124 00125 // TAO_IDL - Generated from 00126 // be\be_visitor_module/module_ch.cpp:66 00127 00128 } // module PortableInterceptor 00129 00130 // TAO_IDL - Generated from 00131 // be\be_visitor_traits.cpp:61 00132 00133 // Traits specializations. 00134 namespace TAO 00135 { 00136 } 00137 00138 // TAO_IDL - Generated from 00139 // be\be_codegen.cpp:955 00140 00141 TAO_END_VERSIONED_NAMESPACE_DECL 00142 00143 #if defined(_MSC_VER) 00144 #pragma warning(pop) 00145 #endif /* _MSC_VER */ 00146 00147 #if defined (__BORLANDC__) 00148 #pragma option pop 00149 #endif /* __BORLANDC__ */ 00150 00151 #include /**/ "ace/post.h" 00152 00153 #endif /* ifndef */ 00154 00155