// $Id$ // // **** Code generated by the **** // **** Component Integrated ACE ORB (CIAO) CIDL Compiler v0.6.8 **** // CIAO has been developed by: // Center for Distributed Object Computing // Washington University // St. Louis, MO // USA // http://www.cs.wustl.edu/~schmidt/doc-center.html // CIDL Compiler has been developed by: // Institute for Software Integrated Systems // Vanderbilt University // Nashville, TN // USA // http://www.isis.vanderbilt.edu/ // // Information about CIAO is available at: // http://www.dre.vanderbilt.edu/CIAO #ifndef CIAO_HELLO_SENDER_EXEC_H #define CIAO_HELLO_SENDER_EXEC_H #include /**/ "ace/pre.h" #include "Hello_SenderEC.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "Hello_Sender_exec_export.h" #include "tao/LocalObject.h" namespace CIDL_Sender_Impl { class HELLO_SENDER_EXEC_Export Sender_exec_i : public virtual Sender_Exec, public virtual ::CORBA::LocalObject { public: Sender_exec_i (void); virtual ~Sender_exec_i (void); // Supported or inherited operations. // Attribute operations. // Port operations. // 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: ::Hello_DDS::CCM_Sender_Context_var context_; }; extern "C" HELLO_SENDER_EXEC_Export ::Components::EnterpriseComponent_ptr create_Hello_DDS_Sender_Impl (void); class HELLO_SENDER_EXEC_Export SenderHome_exec_i : public virtual SenderHome_Exec, public virtual ::CORBA::LocalObject { public: SenderHome_exec_i (void); virtual ~SenderHome_exec_i (void); // Supported or inherited operations. // Home operations. // Factory and finder operations. // Attribute operations. // Implicit operations. virtual ::Components::EnterpriseComponent_ptr create (); }; extern "C" HELLO_SENDER_EXEC_Export ::Components::HomeExecutorBase_ptr create_Hello_DDS_SenderHome_Impl (void); } #include /**/ "ace/post.h" #endif /* CIAO_HELLO_SENDER_EXEC_H */