summaryrefslogtreecommitdiff
path: root/CIAO/tests/Minimum
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Minimum')
-rw-r--r--CIAO/tests/Minimum/Minimum_Base/Minimum.mpc60
-rw-r--r--CIAO/tests/Minimum/Minimum_Base/Minimum_Base.idl17
-rw-r--r--CIAO/tests/Minimum/Minimum_Base/Minimum_Base_stub_export.h54
-rw-r--r--CIAO/tests/Minimum/Minimum_Base/Minimum_Base_svnt_export.h54
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver.cidl17
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver.idl18
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver.mpc97
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver_exec.cpp171
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver_exec.h133
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver_exec_export.h54
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver_stub_export.h54
-rw-r--r--CIAO/tests/Minimum/Receiver/Receiver_svnt_export.h54
-rw-r--r--CIAO/tests/Minimum/Sender/Sender.cidl17
-rw-r--r--CIAO/tests/Minimum/Sender/Sender.idl28
-rw-r--r--CIAO/tests/Minimum/Sender/Sender.mpc95
-rw-r--r--CIAO/tests/Minimum/Sender/Sender_exec.cpp179
-rw-r--r--CIAO/tests/Minimum/Sender/Sender_exec.h138
-rw-r--r--CIAO/tests/Minimum/Sender/Sender_exec_export.h54
-rw-r--r--CIAO/tests/Minimum/Sender/Sender_stub_export.h54
-rw-r--r--CIAO/tests/Minimum/Sender/Sender_svnt_export.h54
20 files changed, 0 insertions, 1402 deletions
diff --git a/CIAO/tests/Minimum/Minimum_Base/Minimum.mpc b/CIAO/tests/Minimum/Minimum_Base/Minimum.mpc
deleted file mode 100644
index 3862be24788..00000000000
--- a/CIAO/tests/Minimum/Minimum_Base/Minimum.mpc
+++ /dev/null
@@ -1,60 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n Minimum_Base"
-
-project(Minimum_Base_DnC_stub): ciao_client_dnc {
-
- sharedname = Minimum_Base_DnC_stub
- idlflags += -Wb,stub_export_macro=MINIMUM_BASE_STUB_Export \
- -Wb,stub_export_include=Minimum_Base_stub_export.h \
- -Wb,skel_export_macro=MINIMUM_BASE_SVNT_Export \
- -Wb,skel_export_include=Minimum_Base_svnt_export.h
- dynamicflags = MINIMUM_BASE_STUB_BUILD_DLL
-
- IDL_Files {
- Minimum_Base.idl
- }
-
- Source_Files {
- Minimum_BaseC.cpp
- }
-
- Header_Files {
- Minimum_BaseC.h
- }
-
- Inline_Files {
- Minimum_BaseC.inl
- }
-}
-
-project(Minimum_Base_DnC_svnt) : ciao_servant_dnc {
- after += Minimum_Base_DnC_stub
- sharedname = Minimum_Base_DnC_svnt
- libs += Minimum_Base_DnC_stub
-
- idlflags += -Wb,stub_export_macro=MINIMUM_BASE_STUB_Export \
- -Wb,stub_export_include=Minimum_Base_stub_export.h \
- -Wb,skel_export_macro=MINIMUM_BASE_SVNT_Export \
- -Wb,skel_export_include=Minimum_Base_svnt_export.h
- dynamicflags = MINIMUM_BASE_SVNT_BUILD_DLL
-
- IDL_Files {
- Minimum_Base.idl
- }
-
- Source_Files {
- Minimum_BaseS.cpp
- }
-
- Header_Files {
- Minimum_BaseS.h
- }
-
- Inline_Files {
- Minimum_BaseS.inl
- }
-}
-
-
-
-
diff --git a/CIAO/tests/Minimum/Minimum_Base/Minimum_Base.idl b/CIAO/tests/Minimum/Minimum_Base/Minimum_Base.idl
deleted file mode 100644
index e82cb0066a8..00000000000
--- a/CIAO/tests/Minimum/Minimum_Base/Minimum_Base.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-//$Id$:
-
-#ifndef CIAO_MINIMUM_IDL
-#define CIAO_MINIMUM_IDL
-
-#include <Components.idl>
-
-module Minimum
-{
- interface ReadMessage
- {
- void foo ();
- };
-
-};
-
-#endif /* CIAO_MINIMUM_IDL */
diff --git a/CIAO/tests/Minimum/Minimum_Base/Minimum_Base_stub_export.h b/CIAO/tests/Minimum/Minimum_Base/Minimum_Base_stub_export.h
deleted file mode 100644
index 9ca0e6c6be1..00000000000
--- a/CIAO/tests/Minimum/Minimum_Base/Minimum_Base_stub_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl MINIMUM_BASE_STUB
-// ------------------------------
-#ifndef MINIMUM_BASE_STUB_EXPORT_H
-#define MINIMUM_BASE_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (MINIMUM_BASE_STUB_HAS_DLL)
-# define MINIMUM_BASE_STUB_HAS_DLL 1
-#endif /* ! MINIMUM_BASE_STUB_HAS_DLL */
-
-#if defined (MINIMUM_BASE_STUB_HAS_DLL) && (MINIMUM_BASE_STUB_HAS_DLL == 1)
-# if defined (MINIMUM_BASE_STUB_BUILD_DLL)
-# define MINIMUM_BASE_STUB_Export ACE_Proper_Export_Flag
-# define MINIMUM_BASE_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define MINIMUM_BASE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* MINIMUM_BASE_STUB_BUILD_DLL */
-# define MINIMUM_BASE_STUB_Export ACE_Proper_Import_Flag
-# define MINIMUM_BASE_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define MINIMUM_BASE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* MINIMUM_BASE_STUB_BUILD_DLL */
-#else /* MINIMUM_BASE_STUB_HAS_DLL == 1 */
-# define MINIMUM_BASE_STUB_Export
-# define MINIMUM_BASE_STUB_SINGLETON_DECLARATION(T)
-# define MINIMUM_BASE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* MINIMUM_BASE_STUB_HAS_DLL == 1 */
-
-// Set MINIMUM_BASE_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (MINIMUM_BASE_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define MINIMUM_BASE_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define MINIMUM_BASE_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !MINIMUM_BASE_STUB_NTRACE */
-
-#if (MINIMUM_BASE_STUB_NTRACE == 1)
-# define MINIMUM_BASE_STUB_TRACE(X)
-#else /* (MINIMUM_BASE_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define MINIMUM_BASE_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (MINIMUM_BASE_STUB_NTRACE == 1) */
-
-#endif /* MINIMUM_BASE_STUB_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/Minimum/Minimum_Base/Minimum_Base_svnt_export.h b/CIAO/tests/Minimum/Minimum_Base/Minimum_Base_svnt_export.h
deleted file mode 100644
index 52adebee2f5..00000000000
--- a/CIAO/tests/Minimum/Minimum_Base/Minimum_Base_svnt_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl MINIMUM_BASE_SVNT
-// ------------------------------
-#ifndef MINIMUM_BASE_SVNT_EXPORT_H
-#define MINIMUM_BASE_SVNT_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (MINIMUM_BASE_SVNT_HAS_DLL)
-# define MINIMUM_BASE_SVNT_HAS_DLL 1
-#endif /* ! MINIMUM_BASE_SVNT_HAS_DLL */
-
-#if defined (MINIMUM_BASE_SVNT_HAS_DLL) && (MINIMUM_BASE_SVNT_HAS_DLL == 1)
-# if defined (MINIMUM_BASE_SVNT_BUILD_DLL)
-# define MINIMUM_BASE_SVNT_Export ACE_Proper_Export_Flag
-# define MINIMUM_BASE_SVNT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define MINIMUM_BASE_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* MINIMUM_BASE_SVNT_BUILD_DLL */
-# define MINIMUM_BASE_SVNT_Export ACE_Proper_Import_Flag
-# define MINIMUM_BASE_SVNT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define MINIMUM_BASE_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* MINIMUM_BASE_SVNT_BUILD_DLL */
-#else /* MINIMUM_BASE_SVNT_HAS_DLL == 1 */
-# define MINIMUM_BASE_SVNT_Export
-# define MINIMUM_BASE_SVNT_SINGLETON_DECLARATION(T)
-# define MINIMUM_BASE_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* MINIMUM_BASE_SVNT_HAS_DLL == 1 */
-
-// Set MINIMUM_BASE_SVNT_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (MINIMUM_BASE_SVNT_NTRACE)
-# if (ACE_NTRACE == 1)
-# define MINIMUM_BASE_SVNT_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define MINIMUM_BASE_SVNT_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !MINIMUM_BASE_SVNT_NTRACE */
-
-#if (MINIMUM_BASE_SVNT_NTRACE == 1)
-# define MINIMUM_BASE_SVNT_TRACE(X)
-#else /* (MINIMUM_BASE_SVNT_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define MINIMUM_BASE_SVNT_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (MINIMUM_BASE_SVNT_NTRACE == 1) */
-
-#endif /* MINIMUM_BASE_SVNT_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/Minimum/Receiver/Receiver.cidl b/CIAO/tests/Minimum/Receiver/Receiver.cidl
deleted file mode 100644
index 89ae29a86e2..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver.cidl
+++ /dev/null
@@ -1,17 +0,0 @@
-//$Id$
-
-#ifndef SENDER_CIDL
-#define SENDER_CIDL
-
-#include "Receiver.idl"
-
-composition session Receiver_Impl
-{
- home executor ReceiverHome_Exec
- {
- implements Minimum::ReceiverHome;
- manages Receiver_Exec;
- };
-};
-
-#endif /* SENDER_CIDL */
diff --git a/CIAO/tests/Minimum/Receiver/Receiver.idl b/CIAO/tests/Minimum/Receiver/Receiver.idl
deleted file mode 100644
index 219baec17d0..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver.idl
+++ /dev/null
@@ -1,18 +0,0 @@
-//$Id$:
-
-#ifndef RECEIVER_IDL
-#define RECEIVER_IDL
-
-#include "../Minimum_Base/Minimum_Base.idl"
-
-module Minimum
-{
- component Receiver
- {
- };
-
- home ReceiverHome manages Receiver
- {
- };
-};
-#endif /*RECEIVER_IDL*/
diff --git a/CIAO/tests/Minimum/Receiver/Receiver.mpc b/CIAO/tests/Minimum/Receiver/Receiver.mpc
deleted file mode 100644
index 268e8cca925..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver.mpc
+++ /dev/null
@@ -1,97 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc_extra.pl -p Minimum_Base Receiver"
-
-project(Minimum_Base_Receiver_DnC_stub): ciao_client_dnc {
- avoids += ace_for_tao
- after += Minimum_Base_DnC_stub
- sharedname = Minimum_Receiver_DnC_stub
- idlflags += -Wb,stub_export_macro=RECEIVER_STUB_Export \
- -Wb,stub_export_include=Receiver_stub_export.h \
- -Wb,skel_export_macro=RECEIVER_SVNT_Export \
- -Wb,skel_export_include=Receiver_svnt_export.h
- dynamicflags = RECEIVER_STUB_BUILD_DLL
- libs += Minimum_Base_DnC_stub
-
- IDL_Files {
- Receiver.idl
- }
-
- Source_Files {
- ReceiverC.cpp
- }
-
- Header_Files {
- ReceiverC.h
- }
-
- Inline_Files {
- ReceiverC.inl
- }
-}
-
-project(Minimum_Base_Receiver_DnC_svnt) : ciao_servant_dnc {
- avoids += ace_for_tao
- after += Minimum_Base_DnC_svnt \
- Minimum_Base_Receiver_DnC_stub
- sharedname = Minimum_Receiver_DnC_svnt
- libs += Minimum_Receiver_DnC_stub \
- Minimum_Base_DnC_stub \
- Minimum_Base_DnC_svnt
-
- idlflags += -Wb,export_macro=RECEIVER_SVNT_Export \
- -Wb,export_include=Receiver_svnt_export.h
- dynamicflags = RECEIVER_SVNT_BUILD_DLL
-
- CIDL_Files {
- Receiver.cidl
- }
-
- IDL_Files {
- ReceiverE.idl
- }
-
- Source_Files {
- ReceiverEC.cpp
- ReceiverS.cpp
- Receiver_svnt.cpp
- }
-
- Header_Files {
- ReceiverEC.h
- ReceiverS.h
- Receiver_svnt.h
- }
-
- Inline_Files {
- ReceiverEC.inl
- ReceiverS.inl
- }
-}
-
-
-project(Minimum_Base_Receiver_DnC_exec) : ciao_component_dnc {
- avoids += ace_for_tao
- after += Minimum_Base_Receiver_DnC_svnt
- sharedname = Minimum_Receiver_DnC_exec
- libs += Minimum_Receiver_DnC_stub \
- Minimum_Receiver_DnC_svnt \
- Minimum_Base_DnC_stub \
- Minimum_Base_DnC_svnt
-
- idlflags += -Wb,export_macro=RECEIVER_EXEC_Export \
- -Wb,export_include=Receiver_exec_export.h
- dynamicflags = RECEIVER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Receiver_exec.cpp
- }
-
- Header_Files {
- }
-
- Inline_Files {
- }
-}
diff --git a/CIAO/tests/Minimum/Receiver/Receiver_exec.cpp b/CIAO/tests/Minimum/Receiver/Receiver_exec.cpp
deleted file mode 100644
index 78e7c3b54d8..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver_exec.cpp
+++ /dev/null
@@ -1,171 +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
-
-#include "Receiver_exec.h"
-#include "ciao/CIAO_common.h"
-
-namespace CIDL_Receiver_Impl
-{
- //==================================================================
- // Component Executor Implementation Class: Receiver_exec_i
- //==================================================================
-
- Receiver_exec_i::Receiver_exec_i (void)
- {
- }
-
- Receiver_exec_i::~Receiver_exec_i (void)
- {
- }
-
- // Supported or inherited operations.
-
- // Attribute operations.
-
- // Port operations.
-
- // Operations from Components::SessionComponent
-
- void
- Receiver_exec_i::set_session_context (
- ::Components::SessionContext_ptr ctx
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- this->context_ =
- Receiver_Context::_narrow (
- ctx
- ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
-
- if (this->context_ == 0)
- {
- ACE_THROW (CORBA::INTERNAL ());
- }
- }
-
- void
- Receiver_exec_i::ciao_preactivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Receiver_exec_i::ciao_postactivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Receiver_exec_i::ccm_activate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Receiver_exec_i::ccm_passivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Receiver_exec_i::ccm_remove (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- //==================================================================
- // Home Executor Implementation Class: ReceiverHome_exec_i
- //==================================================================
-
- ReceiverHome_exec_i::ReceiverHome_exec_i (void)
- {
- }
-
- ReceiverHome_exec_i::~ReceiverHome_exec_i (void)
- {
- }
-
- // Supported or inherited operations.
-
- // Home operations.
-
- // Factory and finder operations.
-
- // Attribute operations.
-
- // Implicit operations.
-
- ::Components::EnterpriseComponent_ptr
- ReceiverHome_exec_i::create (
- ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- ::Components::EnterpriseComponent_ptr retval =
- ::Components::EnterpriseComponent::_nil ();
-
- ACE_NEW_THROW_EX (
- retval,
- Receiver_exec_i,
- CORBA::NO_MEMORY ());
- ACE_CHECK_RETURN (::Components::EnterpriseComponent::_nil ());
-
- return retval;
- }
-
- extern "C" RECEIVER_EXEC_Export ::Components::HomeExecutorBase_ptr
- createReceiverHome_Impl (void)
- {
- ::Components::HomeExecutorBase_ptr retval =
- ::Components::HomeExecutorBase::_nil ();
-
- ACE_NEW_RETURN (
- retval,
- ReceiverHome_exec_i,
- ::Components::HomeExecutorBase::_nil ());
-
- return retval;
- }
-}
-
diff --git a/CIAO/tests/Minimum/Receiver/Receiver_exec.h b/CIAO/tests/Minimum/Receiver/Receiver_exec.h
deleted file mode 100644
index fa366a6c10d..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver_exec.h
+++ /dev/null
@@ -1,133 +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_RECEIVER_EXEC_H
-#define CIAO_RECEIVER_EXEC_H
-
-#include /**/ "ace/pre.h"
-
-#include "Receiver_svnt.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "Receiver_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace CIDL_Receiver_Impl
-{
- class RECEIVER_EXEC_Export Receiver_exec_i
- : public virtual Receiver_Exec,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
- Receiver_exec_i (void);
- virtual ~Receiver_exec_i (void);
-
- // Supported or inherited operations.
-
- // Attribute operations.
-
- // Port operations.
-
- // Operations from Components::SessionComponent
-
- virtual void
- set_session_context (
- ::Components::SessionContext_ptr ctx
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ciao_preactivate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ciao_postactivate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ccm_activate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ccm_passivate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ccm_remove (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- protected:
- Receiver_Context *context_;
- };
-
- class RECEIVER_EXEC_Export ReceiverHome_exec_i
- : public virtual ReceiverHome_Exec,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
- ReceiverHome_exec_i (void);
- virtual ~ReceiverHome_exec_i (void);
-
- // Supported or inherited operations.
-
- // Home operations.
-
- // Factory and finder operations.
-
- // Attribute operations.
-
- // Implicit operations.
-
- virtual ::Components::EnterpriseComponent_ptr
- create (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
- };
-
- extern "C" RECEIVER_EXEC_Export ::Components::HomeExecutorBase_ptr
- createReceiverHome_Impl (void);
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* CIAO_RECEIVER_EXEC_H */
-
diff --git a/CIAO/tests/Minimum/Receiver/Receiver_exec_export.h b/CIAO/tests/Minimum/Receiver/Receiver_exec_export.h
deleted file mode 100644
index 8ad3640d130..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver_exec_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl RECEIVER_EXEC
-// ------------------------------
-#ifndef RECEIVER_EXEC_EXPORT_H
-#define RECEIVER_EXEC_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (RECEIVER_EXEC_HAS_DLL)
-# define RECEIVER_EXEC_HAS_DLL 1
-#endif /* ! RECEIVER_EXEC_HAS_DLL */
-
-#if defined (RECEIVER_EXEC_HAS_DLL) && (RECEIVER_EXEC_HAS_DLL == 1)
-# if defined (RECEIVER_EXEC_BUILD_DLL)
-# define RECEIVER_EXEC_Export ACE_Proper_Export_Flag
-# define RECEIVER_EXEC_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define RECEIVER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* RECEIVER_EXEC_BUILD_DLL */
-# define RECEIVER_EXEC_Export ACE_Proper_Import_Flag
-# define RECEIVER_EXEC_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define RECEIVER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* RECEIVER_EXEC_BUILD_DLL */
-#else /* RECEIVER_EXEC_HAS_DLL == 1 */
-# define RECEIVER_EXEC_Export
-# define RECEIVER_EXEC_SINGLETON_DECLARATION(T)
-# define RECEIVER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* RECEIVER_EXEC_HAS_DLL == 1 */
-
-// Set RECEIVER_EXEC_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (RECEIVER_EXEC_NTRACE)
-# if (ACE_NTRACE == 1)
-# define RECEIVER_EXEC_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define RECEIVER_EXEC_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !RECEIVER_EXEC_NTRACE */
-
-#if (RECEIVER_EXEC_NTRACE == 1)
-# define RECEIVER_EXEC_TRACE(X)
-#else /* (RECEIVER_EXEC_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define RECEIVER_EXEC_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (RECEIVER_EXEC_NTRACE == 1) */
-
-#endif /* RECEIVER_EXEC_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/Minimum/Receiver/Receiver_stub_export.h b/CIAO/tests/Minimum/Receiver/Receiver_stub_export.h
deleted file mode 100644
index c457802854f..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver_stub_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl RECEIVER_STUB
-// ------------------------------
-#ifndef RECEIVER_STUB_EXPORT_H
-#define RECEIVER_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (RECEIVER_STUB_HAS_DLL)
-# define RECEIVER_STUB_HAS_DLL 1
-#endif /* ! RECEIVER_STUB_HAS_DLL */
-
-#if defined (RECEIVER_STUB_HAS_DLL) && (RECEIVER_STUB_HAS_DLL == 1)
-# if defined (RECEIVER_STUB_BUILD_DLL)
-# define RECEIVER_STUB_Export ACE_Proper_Export_Flag
-# define RECEIVER_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define RECEIVER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* RECEIVER_STUB_BUILD_DLL */
-# define RECEIVER_STUB_Export ACE_Proper_Import_Flag
-# define RECEIVER_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define RECEIVER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* RECEIVER_STUB_BUILD_DLL */
-#else /* RECEIVER_STUB_HAS_DLL == 1 */
-# define RECEIVER_STUB_Export
-# define RECEIVER_STUB_SINGLETON_DECLARATION(T)
-# define RECEIVER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* RECEIVER_STUB_HAS_DLL == 1 */
-
-// Set RECEIVER_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (RECEIVER_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define RECEIVER_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define RECEIVER_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !RECEIVER_STUB_NTRACE */
-
-#if (RECEIVER_STUB_NTRACE == 1)
-# define RECEIVER_STUB_TRACE(X)
-#else /* (RECEIVER_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define RECEIVER_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (RECEIVER_STUB_NTRACE == 1) */
-
-#endif /* RECEIVER_STUB_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/Minimum/Receiver/Receiver_svnt_export.h b/CIAO/tests/Minimum/Receiver/Receiver_svnt_export.h
deleted file mode 100644
index 1c9eca2556d..00000000000
--- a/CIAO/tests/Minimum/Receiver/Receiver_svnt_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl RECEIVER_SVNT
-// ------------------------------
-#ifndef RECEIVER_SVNT_EXPORT_H
-#define RECEIVER_SVNT_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (RECEIVER_SVNT_HAS_DLL)
-# define RECEIVER_SVNT_HAS_DLL 1
-#endif /* ! RECEIVER_SVNT_HAS_DLL */
-
-#if defined (RECEIVER_SVNT_HAS_DLL) && (RECEIVER_SVNT_HAS_DLL == 1)
-# if defined (RECEIVER_SVNT_BUILD_DLL)
-# define RECEIVER_SVNT_Export ACE_Proper_Export_Flag
-# define RECEIVER_SVNT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define RECEIVER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* RECEIVER_SVNT_BUILD_DLL */
-# define RECEIVER_SVNT_Export ACE_Proper_Import_Flag
-# define RECEIVER_SVNT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define RECEIVER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* RECEIVER_SVNT_BUILD_DLL */
-#else /* RECEIVER_SVNT_HAS_DLL == 1 */
-# define RECEIVER_SVNT_Export
-# define RECEIVER_SVNT_SINGLETON_DECLARATION(T)
-# define RECEIVER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* RECEIVER_SVNT_HAS_DLL == 1 */
-
-// Set RECEIVER_SVNT_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (RECEIVER_SVNT_NTRACE)
-# if (ACE_NTRACE == 1)
-# define RECEIVER_SVNT_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define RECEIVER_SVNT_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !RECEIVER_SVNT_NTRACE */
-
-#if (RECEIVER_SVNT_NTRACE == 1)
-# define RECEIVER_SVNT_TRACE(X)
-#else /* (RECEIVER_SVNT_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define RECEIVER_SVNT_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (RECEIVER_SVNT_NTRACE == 1) */
-
-#endif /* RECEIVER_SVNT_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/Minimum/Sender/Sender.cidl b/CIAO/tests/Minimum/Sender/Sender.cidl
deleted file mode 100644
index cc21140818c..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender.cidl
+++ /dev/null
@@ -1,17 +0,0 @@
-//$Id$
-
-#ifndef SENDER_CIDL
-#define SENDER_CIDL
-
-#include "Sender.idl"
-
-composition session Sender_Impl
-{
- home executor SenderHome_Exec
- {
- implements Minimum::SenderHome;
- manages Sender_Exec;
- };
-};
-
-#endif /* SENDER_CIDL */
diff --git a/CIAO/tests/Minimum/Sender/Sender.idl b/CIAO/tests/Minimum/Sender/Sender.idl
deleted file mode 100644
index 74b9bf76f9a..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender.idl
+++ /dev/null
@@ -1,28 +0,0 @@
-//$Id$
-
-#ifndef CIAO_SENDER_IDL
-#define CIAO_SENDER_IDL
-
-
-#include "../Minimum_Base/Minimum_Base.idl"
-
-module Minimum
-{
- /* This is a Sender specific interface which will be used to get the
- * process start.
- */
-
- interface trigger
- {
- void bar ();
- };
-
- component Sender supports trigger
- {
- };
-
- home SenderHome manages Sender
- {
- };
-};
-#endif /*CIAO_SENDER_IDL*/
diff --git a/CIAO/tests/Minimum/Sender/Sender.mpc b/CIAO/tests/Minimum/Sender/Sender.mpc
deleted file mode 100644
index a0acee45fbc..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender.mpc
+++ /dev/null
@@ -1,95 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc_extra.pl -p Minimum_Base Sender"
-
-project(Minimum_Base_Sender_DnC_stub): ciao_client_dnc {
- avoids += ace_for_tao
- after += Minimum_Base_DnC_stub
- sharedname = Minimum_Sender_DnC_stub
- idlflags += -Wb,stub_export_macro=SENDER_STUB_Export \
- -Wb,stub_export_include=Sender_stub_export.h \
- -Wb,skel_export_macro=SENDER_SVNT_Export \
- -Wb,skel_export_include=Sender_svnt_export.h
- dynamicflags = SENDER_STUB_BUILD_DLL
- libs += Minimum_Base_DnC_stub
-
- IDL_Files {
- Sender.idl
- }
-
- Source_Files {
- SenderC.cpp
- }
-
- Header_Files {
- SenderC.h
- }
-
- Inline_Files {
- SenderC.inl
- }
-}
-
-project(Minimum_Base_Sender_DnC_svnt) : ciao_servant_dnc {
- avoids += ace_for_tao
- after += Minimum_Base_DnC_svnt \
- Minimum_Base_Sender_DnC_stub
- sharedname = Minimum_Sender_DnC_svnt
- libs += Minimum_Sender_DnC_stub \
- Minimum_Base_DnC_stub \
- Minimum_Base_DnC_svnt
-
- idlflags += -Wb,export_macro=SENDER_SVNT_Export \
- -Wb,export_include=Sender_svnt_export.h
- dynamicflags = SENDER_SVNT_BUILD_DLL
-
- CIDL_Files {
- Sender.cidl
- }
-
- IDL_Files {
- SenderE.idl
- }
-
- Source_Files {
- SenderEC.cpp
- SenderS.cpp
- Sender_svnt.cpp
- }
-
- Header_Files {
- SenderEC.h
- SenderS.h
- Sender_svnt.h
- }
-
- Inline_Files {
- SenderEC.inl
- SenderS.inl
- }
-}
-
-project(Minimum_Base_Sender_DnC_exec) : ciao_component_dnc {
- avoids += ace_for_tao
- after += Minimum_Base_Sender_DnC_svnt
- sharedname = Minimum_Sender_DnC_exec
- libs += Minimum_Sender_DnC_stub \
- Minimum_Sender_DnC_svnt \
- Minimum_Base_DnC_stub \
- Minimum_Base_DnC_svnt
-
- idlflags += -Wb,export_macro=SENDER_EXEC_Export \
- -Wb,export_include=Sender_exec_export.h
- dynamicflags = SENDER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Sender_exec.cpp
- }
-
- Header_Files {
- Sender_exec.h
- }
-}
-
diff --git a/CIAO/tests/Minimum/Sender/Sender_exec.cpp b/CIAO/tests/Minimum/Sender/Sender_exec.cpp
deleted file mode 100644
index a304cd83774..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender_exec.cpp
+++ /dev/null
@@ -1,179 +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
-
-#include "Sender_exec.h"
-#include "ciao/CIAO_common.h"
-
-namespace CIDL_Sender_Impl
-{
- //==================================================================
- // Component Executor Implementation Class: Sender_exec_i
- //==================================================================
-
- Sender_exec_i::Sender_exec_i (void)
- {
- }
-
- Sender_exec_i::~Sender_exec_i (void)
- {
- }
-
- // Supported or inherited operations.
-
- void
- Sender_exec_i::bar (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
- {
- // Your code here.
- }
-
- // Attribute operations.
-
- // Port operations.
-
- // Operations from Components::SessionComponent
-
- void
- Sender_exec_i::set_session_context (
- ::Components::SessionContext_ptr ctx
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- this->context_ =
- Sender_Context::_narrow (
- ctx
- ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
-
- if (this->context_ == 0)
- {
- ACE_THROW (CORBA::INTERNAL ());
- }
- }
-
- void
- Sender_exec_i::ciao_preactivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Sender_exec_i::ciao_postactivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Sender_exec_i::ccm_activate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Sender_exec_i::ccm_passivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Sender_exec_i::ccm_remove (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- //==================================================================
- // Home Executor Implementation Class: SenderHome_exec_i
- //==================================================================
-
- SenderHome_exec_i::SenderHome_exec_i (void)
- {
- }
-
- SenderHome_exec_i::~SenderHome_exec_i (void)
- {
- }
-
- // Supported or inherited operations.
-
- // Home operations.
-
- // Factory and finder operations.
-
- // Attribute operations.
-
- // Implicit operations.
-
- ::Components::EnterpriseComponent_ptr
- SenderHome_exec_i::create (
- ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- ::Components::EnterpriseComponent_ptr retval =
- ::Components::EnterpriseComponent::_nil ();
-
- ACE_NEW_THROW_EX (
- retval,
- Sender_exec_i,
- CORBA::NO_MEMORY ());
- ACE_CHECK_RETURN (::Components::EnterpriseComponent::_nil ());
-
- return retval;
- }
-
- extern "C" SENDER_EXEC_Export ::Components::HomeExecutorBase_ptr
- createSenderHome_Impl (void)
- {
- ::Components::HomeExecutorBase_ptr retval =
- ::Components::HomeExecutorBase::_nil ();
-
- ACE_NEW_RETURN (
- retval,
- SenderHome_exec_i,
- ::Components::HomeExecutorBase::_nil ());
-
- return retval;
- }
-}
-
diff --git a/CIAO/tests/Minimum/Sender/Sender_exec.h b/CIAO/tests/Minimum/Sender/Sender_exec.h
deleted file mode 100644
index 984586924f6..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender_exec.h
+++ /dev/null
@@ -1,138 +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_SENDER_EXEC_H
-#define CIAO_SENDER_EXEC_H
-
-#include /**/ "ace/pre.h"
-
-#include "Sender_svnt.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "Sender_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace CIDL_Sender_Impl
-{
- class SENDER_EXEC_Export Sender_exec_i
- : public virtual Sender_Exec,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
- Sender_exec_i (void);
- virtual ~Sender_exec_i (void);
-
- // Supported or inherited operations.
-
- virtual void
- bar (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- // Attribute operations.
-
- // Port operations.
-
- // Operations from Components::SessionComponent
-
- virtual void
- set_session_context (
- ::Components::SessionContext_ptr ctx
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ciao_preactivate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ciao_postactivate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ccm_activate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ccm_passivate (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- virtual void
- ccm_remove (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
-
- protected:
- Sender_Context *context_;
- };
-
- class SENDER_EXEC_Export SenderHome_exec_i
- : public virtual SenderHome_Exec,
- public virtual TAO_Local_RefCounted_Object
- {
- 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 (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException));
- };
-
- extern "C" SENDER_EXEC_Export ::Components::HomeExecutorBase_ptr
- createSenderHome_Impl (void);
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* CIAO_SENDER_EXEC_H */
-
diff --git a/CIAO/tests/Minimum/Sender/Sender_exec_export.h b/CIAO/tests/Minimum/Sender/Sender_exec_export.h
deleted file mode 100644
index dbaa7ea15bc..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender_exec_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl SENDER_EXEC
-// ------------------------------
-#ifndef SENDER_EXEC_EXPORT_H
-#define SENDER_EXEC_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (SENDER_EXEC_HAS_DLL)
-# define SENDER_EXEC_HAS_DLL 1
-#endif /* ! SENDER_EXEC_HAS_DLL */
-
-#if defined (SENDER_EXEC_HAS_DLL) && (SENDER_EXEC_HAS_DLL == 1)
-# if defined (SENDER_EXEC_BUILD_DLL)
-# define SENDER_EXEC_Export ACE_Proper_Export_Flag
-# define SENDER_EXEC_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define SENDER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* SENDER_EXEC_BUILD_DLL */
-# define SENDER_EXEC_Export ACE_Proper_Import_Flag
-# define SENDER_EXEC_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define SENDER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* SENDER_EXEC_BUILD_DLL */
-#else /* SENDER_EXEC_HAS_DLL == 1 */
-# define SENDER_EXEC_Export
-# define SENDER_EXEC_SINGLETON_DECLARATION(T)
-# define SENDER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* SENDER_EXEC_HAS_DLL == 1 */
-
-// Set SENDER_EXEC_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (SENDER_EXEC_NTRACE)
-# if (ACE_NTRACE == 1)
-# define SENDER_EXEC_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define SENDER_EXEC_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !SENDER_EXEC_NTRACE */
-
-#if (SENDER_EXEC_NTRACE == 1)
-# define SENDER_EXEC_TRACE(X)
-#else /* (SENDER_EXEC_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define SENDER_EXEC_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (SENDER_EXEC_NTRACE == 1) */
-
-#endif /* SENDER_EXEC_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/Minimum/Sender/Sender_stub_export.h b/CIAO/tests/Minimum/Sender/Sender_stub_export.h
deleted file mode 100644
index 28c5d3131d0..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender_stub_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl SENDER_STUB
-// ------------------------------
-#ifndef SENDER_STUB_EXPORT_H
-#define SENDER_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (SENDER_STUB_HAS_DLL)
-# define SENDER_STUB_HAS_DLL 1
-#endif /* ! SENDER_STUB_HAS_DLL */
-
-#if defined (SENDER_STUB_HAS_DLL) && (SENDER_STUB_HAS_DLL == 1)
-# if defined (SENDER_STUB_BUILD_DLL)
-# define SENDER_STUB_Export ACE_Proper_Export_Flag
-# define SENDER_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define SENDER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* SENDER_STUB_BUILD_DLL */
-# define SENDER_STUB_Export ACE_Proper_Import_Flag
-# define SENDER_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define SENDER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* SENDER_STUB_BUILD_DLL */
-#else /* SENDER_STUB_HAS_DLL == 1 */
-# define SENDER_STUB_Export
-# define SENDER_STUB_SINGLETON_DECLARATION(T)
-# define SENDER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* SENDER_STUB_HAS_DLL == 1 */
-
-// Set SENDER_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (SENDER_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define SENDER_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define SENDER_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !SENDER_STUB_NTRACE */
-
-#if (SENDER_STUB_NTRACE == 1)
-# define SENDER_STUB_TRACE(X)
-#else /* (SENDER_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define SENDER_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (SENDER_STUB_NTRACE == 1) */
-
-#endif /* SENDER_STUB_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/Minimum/Sender/Sender_svnt_export.h b/CIAO/tests/Minimum/Sender/Sender_svnt_export.h
deleted file mode 100644
index 53236a883f2..00000000000
--- a/CIAO/tests/Minimum/Sender/Sender_svnt_export.h
+++ /dev/null
@@ -1,54 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl SENDER_SVNT
-// ------------------------------
-#ifndef SENDER_SVNT_EXPORT_H
-#define SENDER_SVNT_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (SENDER_SVNT_HAS_DLL)
-# define SENDER_SVNT_HAS_DLL 1
-#endif /* ! SENDER_SVNT_HAS_DLL */
-
-#if defined (SENDER_SVNT_HAS_DLL) && (SENDER_SVNT_HAS_DLL == 1)
-# if defined (SENDER_SVNT_BUILD_DLL)
-# define SENDER_SVNT_Export ACE_Proper_Export_Flag
-# define SENDER_SVNT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define SENDER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* SENDER_SVNT_BUILD_DLL */
-# define SENDER_SVNT_Export ACE_Proper_Import_Flag
-# define SENDER_SVNT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define SENDER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* SENDER_SVNT_BUILD_DLL */
-#else /* SENDER_SVNT_HAS_DLL == 1 */
-# define SENDER_SVNT_Export
-# define SENDER_SVNT_SINGLETON_DECLARATION(T)
-# define SENDER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* SENDER_SVNT_HAS_DLL == 1 */
-
-// Set SENDER_SVNT_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (SENDER_SVNT_NTRACE)
-# if (ACE_NTRACE == 1)
-# define SENDER_SVNT_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define SENDER_SVNT_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !SENDER_SVNT_NTRACE */
-
-#if (SENDER_SVNT_NTRACE == 1)
-# define SENDER_SVNT_TRACE(X)
-#else /* (SENDER_SVNT_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define SENDER_SVNT_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (SENDER_SVNT_NTRACE == 1) */
-
-#endif /* SENDER_SVNT_EXPORT_H */
-
-// End of auto generated file.