summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h')
-rw-r--r--CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h168
1 files changed, 0 insertions, 168 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h b/CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h
deleted file mode 100644
index 7677dbb1cb8..00000000000
--- a/CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h
+++ /dev/null
@@ -1,168 +0,0 @@
-// -*- C++ -*-
-/**
- * Code generated by the The ACE ORB (TAO) IDL Compiler v1.8.3
- * 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_INTEROUTARGST_SENDER_EXEC_LH0LDR_H_
-#define CIAO_INTEROUTARGST_SENDER_EXEC_LH0LDR_H_
-
-#include /**/ "ace/pre.h"
-
-#include "InterOutArgsT_SenderEC.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include /**/ "InterOutArgsT_Sender_exec_export.h"
-#include "tao/LocalObject.h"
-#include "ace/Task.h"
-
-namespace CIAO_InterOutArgsT_Sender_Impl
-{
- typedef ACE_Atomic_Op <TAO_SYNCH_MUTEX, CORBA::UShort > Atomic_UShort;
-
- /// Worker thread for asynchronous invocations
- class asynch_foo_generator : public virtual ACE_Task_Base
- {
- public:
- asynch_foo_generator (::InterOutArgsT::CCM_Sender_Context_ptr context,
- Atomic_UShort &nr_of_received_);
-
- virtual int svc (void);
-
- private:
- ::InterOutArgsT::CCM_Sender_Context_var context_;
- Atomic_UShort &nr_of_received_;
- };
-
- /// Worker thread for synchronous invocations
- class synch_foo_generator : public virtual ACE_Task_Base
- {
- public:
- synch_foo_generator (::InterOutArgsT::CCM_Sender_Context_ptr context,
- Atomic_UShort &nr_of_received_);
-
- virtual int svc (void);
-
- private:
- ::InterOutArgsT::CCM_Sender_Context_var context_;
- Atomic_UShort &nr_of_received_;
- };
-
- /**
- * Component Executor Implementation Class: Sender_exec_i
- */
-
- class Sender_exec_i
- : public virtual Sender_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- Sender_exec_i (void);
- virtual ~Sender_exec_i (void);
- //@{
- /** Supported operations and attributes. */
-
- //@}
-
- //@{
- /** Component attributes and 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);
- //@}
-
- //@{
- /** User defined public operations. */
- //@}
-
- private:
- ::InterOutArgsT::CCM_Sender_Context_var ciao_context_;
-
- //@{
- /** Component attributes. */
- //@}
-
- //@{
- /** User defined members. */
- asynch_foo_generator* asynch_foo_gen;
- synch_foo_generator* synch_foo_gen;
- Atomic_UShort nr_of_received_;
- //@}
-
- //@{
- /** User defined private operations. */
- //@}
- };
- class AMI4CCM_MyFooReplyHandler_run_my_foo_i
- : public ::InterOutArgsT::CCM_AMI4CCM_MyFooReplyHandler,
- public virtual ::CORBA::LocalObject
- {
- public:
- AMI4CCM_MyFooReplyHandler_run_my_foo_i (Atomic_UShort &nr_of_received_);
- virtual ~AMI4CCM_MyFooReplyHandler_run_my_foo_i (void);
-
- virtual
- void var_outs (const char * answer,
- ::CORBA::Double d_cmd,
- ::CORBA::Long l_cmd);
-
- virtual
- void var_outs_excep (::CCM_AMI::ExceptionHolder_ptr excep_holder);
-
- virtual
- void var_div_outs (const ::InterOutArgsT::TestTopic & test_topic,
- const ::InterOutArgsT::TopicString & topic_str,
- const ::InterOutArgsT::TopicArray & topic_arr);
-
- virtual
- void var_div_outs_excep (::CCM_AMI::ExceptionHolder_ptr excep_holder);
-
- virtual
- void var_div2_outs (const ::InterOutArgsT::X_Union & x_uni,
- const ::InterOutArgsT::test_seq & seq);
-
- virtual
- void var_div2_outs_excep (::CCM_AMI::ExceptionHolder_ptr excep_holder);
-
- virtual
- void enum_out (::InterOutArgsT::test_enum out_test);
-
- virtual
- void enum_out_excep (::CCM_AMI::ExceptionHolder_ptr excep_holder);
- private:
- Atomic_UShort &nr_of_received_;
- };
- extern "C" INTEROUTARGS_T_SENDER_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_InterOutArgsT_Sender_Impl (void);
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* ifndef */