summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-16 20:41:19 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-16 20:41:19 +0000
commit2bd41dcb2f517395fb0e930e67f98588e377d41a (patch)
treeaa9a007410922b22ba24463bbdf4f19279b07b00 /modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.h
parentd2c1ccadb685877479d7a2091e9aca5a5b333652 (diff)
downloadATCD-2bd41dcb2f517395fb0e930e67f98588e377d41a.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.h')
-rw-r--r--modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.h98
1 files changed, 0 insertions, 98 deletions
diff --git a/modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.h b/modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.h
deleted file mode 100644
index a0b187014ee..00000000000
--- a/modules/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.h
+++ /dev/null
@@ -1,98 +0,0 @@
-// $Id$
-//
-// **** Code generated by the ****
-// **** Component Integrated ACE ORB (CIAO) CIDL Compiler ****
-// 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_SIMPLEPUBLISHER_EXEC_H
-#define CIAO_SIMPLEPUBLISHER_EXEC_H
-
-#include /**/ "ace/pre.h"
-
-#include "SimplePublisherEC.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "SimplePublisher_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace CIAO_Simple_SimplePublisher_Impl
-{
- class SIMPLEPUBLISHER_EXEC_Export SimplePublisher_exec_i
- : public virtual SimplePublisher_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- SimplePublisher_exec_i (void);
- virtual ~SimplePublisher_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 ();
-
- virtual void ccm_activate ();
-
- virtual void ccm_passivate ();
-
- virtual void ccm_remove ();
-
- private:
- ::Simple::CCM_SimplePublisher_Context_var context_;
- };
-
- class SIMPLEPUBLISHER_EXEC_Export SimplePublisherHome_exec_i
- : public virtual SimplePublisherHome_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- SimplePublisherHome_exec_i (void);
- virtual ~SimplePublisherHome_exec_i (void);
-
- // Supported or inherited operations.
-
- // Home operations.
-
- // Factory and finder operations.
-
- // Attribute operations.
-
- // Implicit operations.
-
- virtual ::Components::EnterpriseComponent_ptr
- create ();
- };
-
- extern "C" SIMPLEPUBLISHER_EXEC_Export ::Components::HomeExecutorBase_ptr
- create_Simple_SimplePublisherHome_Impl (void);
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* CIAO_SIMPLEPUBLISHER_EXEC_H */
-