summaryrefslogtreecommitdiff
path: root/TAO/tao/EndpointPolicy/EndpointPolicyC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/EndpointPolicy/EndpointPolicyC.h')
-rw-r--r--TAO/tao/EndpointPolicy/EndpointPolicyC.h383
1 files changed, 0 insertions, 383 deletions
diff --git a/TAO/tao/EndpointPolicy/EndpointPolicyC.h b/TAO/tao/EndpointPolicy/EndpointPolicyC.h
deleted file mode 100644
index 6993b9640bd..00000000000
--- a/TAO/tao/EndpointPolicy/EndpointPolicyC.h
+++ /dev/null
@@ -1,383 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-// **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
-// TAO and the TAO IDL Compiler have been developed by:
-// Center for Distributed Object Computing
-// Washington University
-// St. Louis, MO
-// USA
-// http://www.cs.wustl.edu/~schmidt/doc-center.html
-// and
-// Distributed Object Computing Laboratory
-// University of California at Irvine
-// Irvine, CA
-// USA
-// http://doc.ece.uci.edu/
-// and
-// Institute for Software Integrated Systems
-// Vanderbilt University
-// Nashville, TN
-// USA
-// http://www.isis.vanderbilt.edu/
-//
-// Information about TAO is available at:
-// http://www.cs.wustl.edu/~schmidt/TAO.html
-
-// TAO_IDL - Generated from
-// be/be_codegen.cpp:154
-
-#ifndef _TAO_IDL_ENDPOINTPOLICYC_H_
-#define _TAO_IDL_ENDPOINTPOLICYC_H_
-
-#include /**/ "ace/pre.h"
-
-
-#include "ace/config-all.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/EndpointPolicy/EndpointPolicy_Export.h"
-#include "tao/ORB.h"
-#include "tao/SystemException.h"
-#include "tao/Environment.h"
-#include "tao/Object.h"
-#include "tao/Sequence_T.h"
-#include "tao/Objref_VarOut_T.h"
-#include "tao/Seq_Var_T.h"
-#include "tao/Seq_Out_T.h"
-#include "tao/Versioned_Namespace.h"
-
-#include "tao/PolicyC.h"
-#include "tao/EndpointPolicy/EndpointPolicyTypeC.h"
-
-#if defined (TAO_EXPORT_MACRO)
-#undef TAO_EXPORT_MACRO
-#endif
-#define TAO_EXPORT_MACRO TAO_EndpointPolicy_Export
-
-// TAO_IDL - Generated from
-// be/be_visitor_module/module_ch.cpp:49
-
-namespace EndpointPolicy
-{
-
- // TAO_IDL - Generated from
- // be/be_interface.cpp:640
-
-#if !defined (_ENDPOINTPOLICY_ENDPOINTVALUEBASE__VAR_OUT_CH_)
-#define _ENDPOINTPOLICY_ENDPOINTVALUEBASE__VAR_OUT_CH_
-
- class EndpointValueBase;
- typedef EndpointValueBase *EndpointValueBase_ptr;
-
- typedef
- TAO_Objref_Var_T<
- EndpointValueBase
- >
- EndpointValueBase_var;
-
- typedef
- TAO_Objref_Out_T<
- EndpointValueBase
- >
- EndpointValueBase_out;
-
-#endif /* end #if !defined */
-
- // TAO_IDL - Generated from
- // be/be_visitor_interface/interface_ch.cpp:54
-
-#if !defined (_ENDPOINTPOLICY_ENDPOINTVALUEBASE_CH_)
-#define _ENDPOINTPOLICY_ENDPOINTVALUEBASE_CH_
-
- class TAO_EndpointPolicy_Export EndpointValueBase
- : public virtual ::CORBA::Object
- {
- public:
- typedef EndpointValueBase_ptr _ptr_type;
- typedef EndpointValueBase_var _var_type;
-
- // The static operations.
- static EndpointValueBase_ptr _duplicate (EndpointValueBase_ptr obj);
-
- static void _tao_release (EndpointValueBase_ptr obj);
-
- static EndpointValueBase_ptr _narrow (
- ::CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- );
-
- static EndpointValueBase_ptr _unchecked_narrow (
- ::CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- );
-
- static EndpointValueBase_ptr _nil (void)
- {
- return static_cast<EndpointValueBase_ptr> (0);
- }
-
-
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:46
-
- virtual ::CORBA::ULong protocol_tag (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
- )
- ACE_THROW_SPEC ((
- ::CORBA::SystemException
- )) = 0;
-
- // TAO_IDL - Generated from
- // be/be_visitor_interface/interface_ch.cpp:210
-
- virtual ::CORBA::Boolean _is_a (
- const char *type_id
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- );
-
- virtual const char* _interface_repository_id (void) const;
- virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr);
-
- protected:
- // Abstract or local interface only.
- EndpointValueBase (void);
-
- virtual ~EndpointValueBase (void);
-
- private:
- // Private and unimplemented for concrete interfaces.
- EndpointValueBase (const EndpointValueBase &);
-
- void operator= (const EndpointValueBase &);
- };
-
-#endif /* end #if !defined */
-
- // TAO_IDL - Generated from
- // be/be_visitor_sequence/sequence_ch.cpp:101
-
-#if !defined (_ENDPOINTPOLICY_ENDPOINTLIST_CH_)
-#define _ENDPOINTPOLICY_ENDPOINTLIST_CH_
-
- class EndpointList;
-
- typedef
- TAO_VarSeq_Var_T<
- EndpointList
- >
- EndpointList_var;
-
- typedef
- TAO_Seq_Out_T<
- EndpointList
- >
- EndpointList_out;
-
- class TAO_EndpointPolicy_Export EndpointList
- : public
- TAO::unbounded_object_reference_sequence<
- EndpointValueBase,
- EndpointValueBase_var
- >
- {
- public:
- EndpointList (void);
- EndpointList ( ::CORBA::ULong max);
- EndpointList (
- ::CORBA::ULong max,
- ::CORBA::ULong length,
- EndpointValueBase_ptr* buffer,
- ::CORBA::Boolean release = false
- );
- EndpointList (const EndpointList &);
- ~EndpointList (void);
-
- static void _tao_any_destructor (void *);
-
- typedef EndpointList_var _var_type;
- };
-
-#endif /* end #if !defined */
-
- // TAO_IDL - Generated from
- // be/be_interface.cpp:640
-
-#if !defined (_ENDPOINTPOLICY_POLICY__VAR_OUT_CH_)
-#define _ENDPOINTPOLICY_POLICY__VAR_OUT_CH_
-
- class Policy;
- typedef Policy *Policy_ptr;
-
- typedef
- TAO_Objref_Var_T<
- Policy
- >
- Policy_var;
-
- typedef
- TAO_Objref_Out_T<
- Policy
- >
- Policy_out;
-
-#endif /* end #if !defined */
-
- // TAO_IDL - Generated from
- // be/be_visitor_interface/interface_ch.cpp:54
-
-#if !defined (_ENDPOINTPOLICY_POLICY_CH_)
-#define _ENDPOINTPOLICY_POLICY_CH_
-
- class TAO_EndpointPolicy_Export Policy
- : public virtual ::CORBA::Policy
- {
- public:
- typedef Policy_ptr _ptr_type;
- typedef Policy_var _var_type;
-
- // The static operations.
- static Policy_ptr _duplicate (Policy_ptr obj);
-
- static void _tao_release (Policy_ptr obj);
-
- static Policy_ptr _narrow (
- ::CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- );
-
- static Policy_ptr _unchecked_narrow (
- ::CORBA::Object_ptr obj
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- );
-
- static Policy_ptr _nil (void)
- {
- return static_cast<Policy_ptr> (0);
- }
-
-
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:46
-
- virtual ::EndpointPolicy::EndpointList * value (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
- )
- ACE_THROW_SPEC ((
- ::CORBA::SystemException
- )) = 0;
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:46
-
- virtual ::CORBA::Policy_ptr copy (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
- )
- ACE_THROW_SPEC ((
- ::CORBA::SystemException
- )) = 0;
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:46
-
- virtual void destroy (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
- )
- ACE_THROW_SPEC ((
- ::CORBA::SystemException
- )) = 0;
-
- // TAO_IDL - Generated from
- // be/be_visitor_interface/interface_ch.cpp:210
-
- virtual ::CORBA::Boolean _is_a (
- const char *type_id
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- );
-
- virtual const char* _interface_repository_id (void) const;
- virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr);
-
- protected:
- // Abstract or local interface only.
- Policy (void);
-
- virtual ~Policy (void);
-
- private:
- // Private and unimplemented for concrete interfaces.
- Policy (const Policy &);
-
- void operator= (const Policy &);
- };
-
-#endif /* end #if !defined */
-
-// TAO_IDL - Generated from
-// be/be_visitor_module/module_ch.cpp:78
-
-} // module EndpointPolicy
-
-// TAO_IDL - Generated from
-// be/be_visitor_traits.cpp:63
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-
-
-// Traits specializations.
-namespace TAO
-{
-
-#if !defined (_ENDPOINTPOLICY_ENDPOINTVALUEBASE__TRAITS_)
-#define _ENDPOINTPOLICY_ENDPOINTVALUEBASE__TRAITS_
-
- template<>
- struct TAO_EndpointPolicy_Export Objref_Traits< ::EndpointPolicy::EndpointValueBase>
- {
- static ::EndpointPolicy::EndpointValueBase_ptr duplicate (
- ::EndpointPolicy::EndpointValueBase_ptr
- );
- static void release (
- ::EndpointPolicy::EndpointValueBase_ptr
- );
- static ::EndpointPolicy::EndpointValueBase_ptr nil (void);
- static ::CORBA::Boolean marshal (
- const ::EndpointPolicy::EndpointValueBase_ptr p,
- TAO_OutputCDR & cdr
- );
- };
-
-#endif /* end #if !defined */
-
-#if !defined (_ENDPOINTPOLICY_POLICY__TRAITS_)
-#define _ENDPOINTPOLICY_POLICY__TRAITS_
-
- template<>
- struct TAO_EndpointPolicy_Export Objref_Traits< ::EndpointPolicy::Policy>
- {
- static ::EndpointPolicy::Policy_ptr duplicate (
- ::EndpointPolicy::Policy_ptr
- );
- static void release (
- ::EndpointPolicy::Policy_ptr
- );
- static ::EndpointPolicy::Policy_ptr nil (void);
- static ::CORBA::Boolean marshal (
- const ::EndpointPolicy::Policy_ptr p,
- TAO_OutputCDR & cdr
- );
- };
-
-#endif /* end #if !defined */
-}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
-#include /**/ "ace/post.h"
-
-#endif /* ifndef */