CurrentC.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // CurrentC.h,v 1.57 2006/04/19 08:38:46 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:154
00030 
00031 #ifndef _TAO_IDL_CURRENTC_H_
00032 #define _TAO_IDL_CURRENTC_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/Object.h"
00047 #include "tao/Objref_VarOut_T.h"
00048 
00049 #if defined (TAO_EXPORT_MACRO)
00050 #undef TAO_EXPORT_MACRO
00051 #endif
00052 #define TAO_EXPORT_MACRO TAO_Export
00053 
00054 #if defined(_MSC_VER)
00055 #pragma warning(push)
00056 #pragma warning(disable:4250)
00057 #endif /* _MSC_VER */
00058 
00059 // TAO_IDL - Generated from
00060 // be\be_visitor_module/module_ch.cpp:49
00061 
00062 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00063 
00064 namespace CORBA
00065 {
00066 
00067   // TAO_IDL - Generated from
00068   // be\be_interface.cpp:598
00069 
00070 #if !defined (_CORBA_CURRENT__VAR_OUT_CH_)
00071 #define _CORBA_CURRENT__VAR_OUT_CH_
00072 
00073   class Current;
00074   typedef Current *Current_ptr;
00075 
00076   typedef
00077     TAO_Objref_Var_T<
00078         Current
00079       >
00080     Current_var;
00081 
00082   typedef
00083     TAO_Objref_Out_T<
00084         Current
00085       >
00086     Current_out;
00087 
00088 #endif /* end #if !defined */
00089 
00090   // TAO_IDL - Generated from
00091   // be\be_visitor_interface/interface_ch.cpp:54
00092 
00093 #if !defined (_CORBA_CURRENT_CH_)
00094 #define _CORBA_CURRENT_CH_
00095 
00096   class TAO_Export Current
00097     : public virtual CORBA::Object
00098   {
00099   public:
00100     typedef Current_ptr _ptr_type;
00101     typedef Current_var _var_type;
00102 
00103     // The static operations.
00104     static Current_ptr _duplicate (Current_ptr obj);
00105 
00106     static void _tao_release (Current_ptr obj);
00107 
00108     static Current_ptr _narrow (
00109         CORBA::Object_ptr obj
00110         ACE_ENV_ARG_DECL_WITH_DEFAULTS
00111       );
00112 
00113     static Current_ptr _unchecked_narrow (
00114         CORBA::Object_ptr obj
00115         ACE_ENV_ARG_DECL_WITH_DEFAULTS
00116       );
00117 
00118     static Current_ptr _nil (void)
00119     {
00120       return static_cast<Current_ptr> (0);
00121     }
00122 
00123 
00124 
00125     // TAO_IDL - Generated from
00126     // be\be_visitor_interface/interface_ch.cpp:210
00127 
00128     virtual CORBA::Boolean _is_a (
00129         const char *type_id
00130         ACE_ENV_ARG_DECL_WITH_DEFAULTS
00131       );
00132 
00133     virtual const char* _interface_repository_id (void) const;
00134     virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
00135 
00136   protected:
00137     // Abstract or local interface only.
00138     Current (void);
00139 
00140     virtual ~Current (void);
00141 
00142   private:
00143     // Private and unimplemented for concrete interfaces.
00144     Current (const Current &);
00145 
00146     void operator= (const Current &);
00147   };
00148 
00149 #endif /* end #if !defined */
00150 
00151 // TAO_IDL - Generated from
00152 // be\be_visitor_module/module_ch.cpp:78
00153 
00154 } // module CORBA
00155 
00156 // TAO_IDL - Generated from
00157 // be\be_visitor_traits.cpp:61
00158 
00159 // Traits specializations.
00160 namespace TAO
00161 {
00162 
00163 #if !defined (_CORBA_CURRENT__TRAITS_)
00164 #define _CORBA_CURRENT__TRAITS_
00165 
00166   template<>
00167   struct TAO_Export Objref_Traits< ::CORBA::Current>
00168   {
00169     static ::CORBA::Current_ptr duplicate (
00170         ::CORBA::Current_ptr
00171       );
00172     static void release (
00173         ::CORBA::Current_ptr
00174       );
00175     static ::CORBA::Current_ptr nil (void);
00176     static CORBA::Boolean marshal (
00177         const ::CORBA::Current_ptr p,
00178         TAO_OutputCDR & cdr
00179       );
00180   };
00181 
00182 #endif /* end #if !defined */
00183 }
00184 
00185 // TAO_IDL - Generated from
00186 // be\be_codegen.cpp:1062
00187 
00188 TAO_END_VERSIONED_NAMESPACE_DECL
00189 
00190 #if defined(_MSC_VER)
00191 #pragma warning(pop)
00192 #endif /* _MSC_VER */
00193 
00194 #include /**/ "ace/post.h"
00195 
00196 #endif /* ifndef */
00197 
00198 

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