00001 // -*- C++ -*- 00002 // 00003 // $Id: RT_ProtocolPropertiesA.h 78838 2007-07-10 15:57:39Z johnnyw $ 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:887 00030 00031 #ifndef _TAO_IDL_RTCORBA_RT_PROTOCOLPROPERTIESA_H_ 00032 #define _TAO_IDL_RTCORBA_RT_PROTOCOLPROPERTIESA_H_ 00033 00034 #include /**/ "ace/pre.h" 00035 00036 #include /**/ "tao/RTCORBA/rtcorba_export.h" 00037 #define TAO_RTCORBA_SAFE_INCLUDE 00038 #include "tao/RTCORBA/RT_ProtocolPropertiesC.h" 00039 #undef TAO_RTCORBA_SAFE_INCLUDE 00040 00041 00042 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00043 00044 00045 00046 // TAO_IDL - Generated from 00047 // be\be_visitor_module/module_ch.cpp:59 00048 00049 namespace RTCORBA 00050 { 00051 00052 // TAO_IDL - Generated from 00053 // be\be_visitor_typecode/typecode_decl.cpp:49 00054 00055 extern TAO_RTCORBA_Export ::CORBA::TypeCode_ptr const _tc_ProtocolProperties; 00056 00057 // TAO_IDL - Generated from 00058 // be\be_visitor_module/module_ch.cpp:86 00059 00060 } // module RTCORBA 00061 00062 00063 // TAO_IDL - Generated from 00064 // be\be_visitor_interface/any_op_ch.cpp:54 00065 00066 00067 00068 #if defined (ACE_ANY_OPS_USE_NAMESPACE) 00069 00070 namespace RTCORBA 00071 { 00072 TAO_RTCORBA_Export void operator<<= ( ::CORBA::Any &, ProtocolProperties_ptr); // copying 00073 TAO_RTCORBA_Export void operator<<= ( ::CORBA::Any &, ProtocolProperties_ptr *); // non-copying 00074 TAO_RTCORBA_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ProtocolProperties_ptr &); 00075 } 00076 00077 #else 00078 00079 00080 00081 TAO_END_VERSIONED_NAMESPACE_DECL 00082 00083 00084 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00085 00086 TAO_RTCORBA_Export void operator<<= (::CORBA::Any &, RTCORBA::ProtocolProperties_ptr); // copying 00087 TAO_RTCORBA_Export void operator<<= (::CORBA::Any &, RTCORBA::ProtocolProperties_ptr *); // non-copying 00088 TAO_RTCORBA_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, RTCORBA::ProtocolProperties_ptr &); 00089 TAO_END_VERSIONED_NAMESPACE_DECL 00090 00091 00092 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00093 00094 00095 00096 00097 #endif 00098 00099 TAO_END_VERSIONED_NAMESPACE_DECL 00100 00101 00102 00103 #include /**/ "ace/post.h" 00104 00105 #endif /* ifndef */