summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello_Event/Receiver/Receiver_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello_Event/Receiver/Receiver_exec.h')
-rw-r--r--CIAO/examples/Hello_Event/Receiver/Receiver_exec.h111
1 files changed, 0 insertions, 111 deletions
diff --git a/CIAO/examples/Hello_Event/Receiver/Receiver_exec.h b/CIAO/examples/Hello_Event/Receiver/Receiver_exec.h
deleted file mode 100644
index 3c105cf3c35..00000000000
--- a/CIAO/examples/Hello_Event/Receiver/Receiver_exec.h
+++ /dev/null
@@ -1,111 +0,0 @@
-// -*- C++ -*-
-/**
- * Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.2
- * 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
- * and
- * Institute for Software Integrated Systems
- * Vanderbilt University
- * Nashville, TN
- * USA
- * http://www.isis.vanderbilt.edu/
- *
- * Information about TAO is available at:
- * http://www.dre.vanderbilt.edu/~schmidt/TAO.html
- **/
-#ifndef CIAO_RECEIVER_EXEC_RZ2R5K_H_
-#define CIAO_RECEIVER_EXEC_RZ2R5K_H_
-
-#include /**/ "ace/pre.h"
-
-#include "ReceiverEC.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include /**/ "Receiver_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace CIAO_Hello_Receiver_Impl
-{
-
- /**
- * Component Executor Implementation Class: Receiver_exec_i
- */
-
- class Receiver_exec_i
- : public virtual Receiver_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- Receiver_exec_i (void);
- virtual ~Receiver_exec_i (void);
-
- /** @name Supported operations and attributes. */
- //@{
-
- //@}
-
- /** @name Component attributes and port operations. */
- //@{
-
- virtual void
- push_click_in (
- ::Hello::TimeOut * ev);
-
- virtual ::CORBA::Short iterations (void);
-
- virtual void iterations (::CORBA::Short iterations);
- //@}
-
- /** @name 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);
- //@}
-
- /** @name User defined public operations. */
- //@{
-
- //@}
-
- private:
- ::Hello::CCM_Receiver_Context_var ciao_context_;
-
- /** @name Component attributes. */
- //@{
-
- ::CORBA::Short iterations_;
- //@}
-
- /** @name User defined members. */
- //@{
-
- //@}
-
- /** @name User defined private operations. */
- //@{
-
- //@}
- };
-
- extern "C" RECEIVER_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_Hello_Receiver_Impl (void);
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* ifndef */