summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/Null_Component_Glfa/Null_Component_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/Null_Component_Glfa/Null_Component_exec.h')
-rw-r--r--modules/CIAO/examples/Null_Component_Glfa/Null_Component_exec.h140
1 files changed, 140 insertions, 0 deletions
diff --git a/modules/CIAO/examples/Null_Component_Glfa/Null_Component_exec.h b/modules/CIAO/examples/Null_Component_Glfa/Null_Component_exec.h
new file mode 100644
index 00000000000..e280c472eed
--- /dev/null
+++ b/modules/CIAO/examples/Null_Component_Glfa/Null_Component_exec.h
@@ -0,0 +1,140 @@
+// -*- C++ -*-
+// $Id$
+
+/**
+ * Code generated by the The ACE ORB (TAO) IDL Compiler v1.7.6
+ * 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:1217
+
+#ifndef CIAO_NULL_COMPONENT_EXEC_H_
+#define CIAO_NULL_COMPONENT_EXEC_H_
+
+
+#include "Null_ComponentEC.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include /**/ "Null_Component_exec_export.h"
+#include "tao/LocalObject.h"
+
+
+namespace CIAO_Null_Component_Impl
+{
+ // TAO_IDL - Generated from
+ // c:\middleware\ace_wrappers\tao\tao_idl\be\be_visitor_component/facet_exh.cpp:58
+
+ class NULL_COMPONENT_EXEC_Export Null_Interface_exec_i
+ : public virtual ::CCM_Null_Interface,
+ public virtual ::CORBA::LocalObject
+ {
+ public:
+ Null_Interface_exec_i (void);
+ virtual ~Null_Interface_exec_i (void);
+
+ // Operations and attributes from ::Null_Interface
+
+ // TAO_IDL - Generated from
+ // c:\middleware\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:42
+
+ virtual void
+ null_operation (void);
+ };
+
+ class NULL_COMPONENT_EXEC_Export Null_Component_exec_i
+ : public virtual Null_Component_Exec,
+ public virtual ::CORBA::LocalObject
+ {
+ public:
+ Null_Component_exec_i (void);
+ virtual ~Null_Component_exec_i (void);
+
+ //@{
+ /** Supported operations and attributes. */
+
+ //@}
+
+ //@{
+ /** Component attributes and port operations. */
+
+
+ virtual ::CCM_Null_Interface_ptr
+ get_null_facet (void);
+ //@}
+
+ //@{
+ /** Operations from Components::SessionComponent. */
+
+ virtual void
+ set_session_context (
+ ::Components::SessionContext_ptr ctx);
+
+ virtual void configuration_complete (void);
+
+ virtual void ccm_activate (void);
+ virtual void ccm_passivate (void);
+ virtual void ccm_remove (void);
+ //@}
+
+
+ private:
+ ::CCM_Null_Component_Context_var context_;
+ };
+
+ extern "C" NULL_COMPONENT_EXEC_Export ::Components::EnterpriseComponent_ptr
+ create_Null_Component_Impl (void);
+}
+
+namespace CIAO_Null_Component_Impl
+{
+ class NULL_COMPONENT_EXEC_Export Null_ComponentHome_exec_i
+ : public virtual Null_ComponentHome_Exec,
+ public virtual ::CORBA::LocalObject
+ {
+ public:
+ Null_ComponentHome_exec_i (void);
+
+ virtual ~Null_ComponentHome_exec_i (void);
+
+ // All operations and attributes.
+
+ // Factory operations.
+
+ // Finder operations.
+
+ // Implicit operations.
+
+ virtual ::Components::EnterpriseComponent_ptr
+ create (void);
+ };
+
+ extern "C" NULL_COMPONENT_EXEC_Export ::Components::HomeExecutorBase_ptr
+ create_Null_ComponentHome_Impl (void);
+}
+
+#endif /* ifndef */
+