summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planner_Manager
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Planner_Manager')
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager.cidl28
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl32
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager.mpc103
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.cpp219
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.h167
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec_export.h54
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager_stub_export.h54
-rw-r--r--CIAO/RACE/Planner_Manager/Component/Planner_Manager_svnt_export.h54
-rw-r--r--CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl24
-rw-r--r--CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc60
-rw-r--r--CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_stub_export.h54
-rw-r--r--CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_svnt_export.h54
12 files changed, 0 insertions, 903 deletions
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager.cidl b/CIAO/RACE/Planner_Manager/Component/Planner_Manager.cidl
deleted file mode 100644
index dcf42d8218c..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager.cidl
+++ /dev/null
@@ -1,28 +0,0 @@
-//$Id$
-//Planner_Manager.cidl
-
-#ifndef RACE_PLANNER_MANAGER_CIDL
-#define RACE_PLANNER_MANAGER_CIDL
-
-#include "Planner_Manager.idl"
-
-#include "../../Planners/Interface/Planner_I.idl"
-#include "../../Output_Adapters/Interface/PlanEgress.idl"
-
-module CIAO
-{
- module RACE
- {
-
- composition session Planner_Manager_Impl
- {
- home executor Planner_Manager_Home_Exec
- {
- implements RACE::Planner_Manager_Home;
- manages Planner_Manager_Exec;
- };
- };
- };
-};
-
-#endif /* RACE_PLANNER_MANAGER_CIDL */
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl b/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl
deleted file mode 100644
index 24bc92644f5..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-//$Id$
-#ifndef RACE_PLANNER_MANAGER_IDL
-#define RACE_PLANNER_MANAGER_IDL
-
-#include <Components.idl>
-#include "../Interface/Planner_Manager_I.idl"
-
-#include "../../Planners/Interface/Planner_I.idl"
-#include "../../Output_Adapters/Interface/PlanEgress.idl"
-
-module CIAO
-{
- module RACE
- {
- interface Planner_I;
- interface PlanEgress;
-
- component Planner_Manager
- {
- provides Planner_Manager_I planner_manager_i;
- uses multiple Planner_I planners;
- uses multiple PlanEgress outputs;
- readonly attribute RACE_Classifications classes;
- };
-
- home Planner_Manager_Home manages Planner_Manager
- {
- };
- };
-};
-
-#endif /* RACE_PLANNER_MANAGER_IDL */
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager.mpc b/CIAO/RACE/Planner_Manager/Component/Planner_Manager.mpc
deleted file mode 100644
index 25f925c196a..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager.mpc
+++ /dev/null
@@ -1,103 +0,0 @@
-// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp
-//$Id$
-// This file is generated with "generate_component_mpc.pl Planner_Manager"
-
-project(Planner_Manager_stub): ciao_deployment_stub {
- after += Planner_Manager_Interface_stub \
- Planner_Interface_stub \
- Output_Adapter_Interface_stub
- sharedname = Planner_Manager_stub
- idlflags += -Wb,stub_export_macro=PLANNER_MANAGER_STUB_Export \
- -Wb,stub_export_include=Planner_Manager_stub_export.h \
- -Wb,skel_export_macro=PLANNER_MANAGER_SVNT_Export \
- -Wb,skel_export_include=Planner_Manager_svnt_export.h
- dynamicflags = PLANNER_MANAGER_STUB_BUILD_DLL
- libs += RACE_common_stub \
- Planner_Manager_Interface_stub \
- Planner_Interface_stub \
- Output_Adapter_Interface_stub
-
- IDL_Files {
- Planner_Manager.idl
- }
-
- Source_Files {
- Planner_ManagerC.cpp
- }
-
- Header_Files {
- Planner_ManagerC.h
- }
-
- Inline_Files {
- Planner_ManagerC.inl
- }
-}
-
-project(Planner_Manager_svnt) : ciao_servant_dnc {
- after += Planner_Manager_stub \
- Planner_Manager_Interface_svnt
- sharedname = Planner_Manager_svnt
- libs += Planner_Manager_stub \
- RACE_common_stub \
- Planner_Manager_Interface_stub \
- Planner_Manager_Interface_svnt \
- Planner_Interface_stub \
- Output_Adapter_Interface_stub
- idlflags += -Wb,export_macro=PLANNER_MANAGER_SVNT_Export \
- -Wb,export_include=Planner_Manager_svnt_export.h
-
- dynamicflags = PLANNER_MANAGER_SVNT_BUILD_DLL
-
- CIDL_Files {
- Planner_Manager.cidl
- }
-
- IDL_Files {
- Planner_ManagerE.idl
- }
-
- Source_Files {
- Planner_ManagerEC.cpp
- Planner_ManagerS.cpp
- Planner_Manager_svnt.cpp
- }
-
- Header_Files {
- Planner_ManagerEC.h
- Planner_ManagerS.h
- Planner_Manager_svnt.h
- }
-
- Inline_Files {
- Planner_ManagerEC.inl
- Planner_ManagerS.inl
- Planner_Manager_svnt.inl
- }
-}
-
-
-project(Planner_Manager_exec) : ciao_component_dnc {
- after += Planner_Manager_svnt Planner_stub
- sharedname = Planner_Manager_exec
- libs += Planner_Manager_stub \
- Planner_Manager_svnt \
- RACE_common_stub \
- Planner_Manager_Interface_stub \
- Planner_Manager_Interface_svnt \
- Planner_Interface_stub \
- Planner_stub \
- Output_Adapter_Interface_stub
-
- idlflags += -Wb,export_macro=PLANNER_MANAGER_EXEC_Export \
- -Wb,export_include=Planner_Manager_exec_export.h
- dynamicflags = PLANNER_MANAGER_EXEC_BUILD_DLL
-
- IDL_Files {
-
- }
-
- Source_Files {
- Planner_Manager_exec.cpp
- }
-}
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.cpp b/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.cpp
deleted file mode 100644
index 6594d1a6271..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.cpp
+++ /dev/null
@@ -1,219 +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 "Planner_Manager_exec.h"
-#include "ciao/CIAO_common.h"
-
-namespace CIAO
-{
- namespace RACE
- {
- namespace CIDL_Planner_Manager_Impl
- {
- //==================================================================
- // Facet Executor Implementation Class: Planner_Manager_I_exec_i
- //==================================================================
-
- Planner_Manager_I_exec_i::Planner_Manager_I_exec_i (void)
- {
- }
-
- Planner_Manager_I_exec_i::~Planner_Manager_I_exec_i (void)
- {
- }
-
- // Operations from ::CIAO::RACE::Planner_Manager_I
-
- void
- Planner_Manager_I_exec_i::execute_planners (
- const ::Deployment::DeploymentPlan & /* plan */,
- const ::CIAO::RACE::PlannerFlow & /* flow */
- ACE_ENV_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
- {
- // Your code here.
- }
-
- //==================================================================
- // Component Executor Implementation Class: Planner_Manager_exec_i
- //==================================================================
-
- Planner_Manager_exec_i::Planner_Manager_exec_i (void)
- {
- }
-
- Planner_Manager_exec_i::~Planner_Manager_exec_i (void)
- {
- }
-
- // Supported or inherited operations.
-
- // Attribute operations.
-
- ::CIAO::RACE::RACE_Classifications *
- Planner_Manager_exec_i::classes (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
- {
- // Your code here.
- return 0;
- }
-
- // Port operations.
-
- ::CIAO::RACE::CCM_Planner_Manager_I_ptr
- Planner_Manager_exec_i::get_planner_manager_i (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
- {
- // Your code here.
- return ::CIAO::RACE::CCM_Planner_Manager_I::_nil ();
- }
-
- // Operations from Components::SessionComponent
-
- void
- Planner_Manager_exec_i::set_session_context (
- ::Components::SessionContext_ptr ctx
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- this->context_ =
- Planner_Manager_Context::_narrow (
- ctx
- ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
-
- if (this->context_ == 0)
- {
- ACE_THROW (CORBA::INTERNAL ());
- }
- }
-
- void
- Planner_Manager_exec_i::ciao_preactivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Planner_Manager_exec_i::ciao_postactivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Planner_Manager_exec_i::ccm_activate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Planner_Manager_exec_i::ccm_passivate (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((
- ::CORBA::SystemException,
- ::Components::CCMException))
- {
- // Your code here.
- }
-
- void
- Planner_Manager_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: Planner_Manager_Home_exec_i
- //==================================================================
-
- Planner_Manager_Home_exec_i::Planner_Manager_Home_exec_i (void)
- {
- }
-
- Planner_Manager_Home_exec_i::~Planner_Manager_Home_exec_i (void)
- {
- }
-
- // Supported or inherited operations.
-
- // Home operations.
-
- // Factory and finder operations.
-
- // Attribute operations.
-
- // Implicit operations.
-
- ::Components::EnterpriseComponent_ptr
- Planner_Manager_Home_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,
- Planner_Manager_exec_i,
- CORBA::NO_MEMORY ());
- ACE_CHECK_RETURN (::Components::EnterpriseComponent::_nil ());
-
- return retval;
- }
-
- extern "C" PLANNER_MANAGER_EXEC_Export ::Components::HomeExecutorBase_ptr
- createPlanner_Manager_Home_Impl (void)
- {
- ::Components::HomeExecutorBase_ptr retval =
- ::Components::HomeExecutorBase::_nil ();
-
- ACE_NEW_RETURN (
- retval,
- Planner_Manager_Home_exec_i,
- ::Components::HomeExecutorBase::_nil ());
-
- return retval;
- }
- }
- }
-}
-
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.h b/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.h
deleted file mode 100644
index f3688075017..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec.h
+++ /dev/null
@@ -1,167 +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_PLANNER_MANAGER_EXEC_H
-#define CIAO_PLANNER_MANAGER_EXEC_H
-
-#include /**/ "ace/pre.h"
-
-#include "Planner_Manager_svnt.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "Planner_Manager_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace CIAO
-{
- namespace RACE
- {
- namespace CIDL_Planner_Manager_Impl
- {
- class PLANNER_MANAGER_EXEC_Export Planner_Manager_I_exec_i
- : public virtual ::CIAO::RACE::CCM_Planner_Manager_I,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
- Planner_Manager_I_exec_i (void);
- virtual ~Planner_Manager_I_exec_i (void);
-
- // Operations from ::CIAO::RACE::Planner_Manager_I
-
- virtual void
- execute_planners (
- const ::Deployment::DeploymentPlan & plan,
- const ::CIAO::RACE::PlannerFlow & flow
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((CORBA::SystemException));
- };
-
- class PLANNER_MANAGER_EXEC_Export Planner_Manager_exec_i
- : public virtual Planner_Manager_Exec,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
- Planner_Manager_exec_i (void);
- virtual ~Planner_Manager_exec_i (void);
-
- // Supported or inherited operations.
-
- // Attribute operations.
-
- virtual ::CIAO::RACE::RACE_Classifications *
- classes (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- // Port operations.
-
- virtual ::CIAO::RACE::CCM_Planner_Manager_I_ptr
- get_planner_manager_i (
- ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- // 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:
- Planner_Manager_Context *context_;
- };
-
- class PLANNER_MANAGER_EXEC_Export Planner_Manager_Home_exec_i
- : public virtual Planner_Manager_Home_Exec,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
- Planner_Manager_Home_exec_i (void);
- virtual ~Planner_Manager_Home_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" PLANNER_MANAGER_EXEC_Export ::Components::HomeExecutorBase_ptr
- createPlanner_Manager_Home_Impl (void);
- }
- }
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* CIAO_PLANNER_MANAGER_EXEC_H */
-
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec_export.h b/CIAO/RACE/Planner_Manager/Component/Planner_Manager_exec_export.h
deleted file mode 100644
index 776022c36d3..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_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 PLANNER_MANAGER_EXEC
-// ------------------------------
-#ifndef PLANNER_MANAGER_EXEC_EXPORT_H
-#define PLANNER_MANAGER_EXEC_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (PLANNER_MANAGER_EXEC_HAS_DLL)
-# define PLANNER_MANAGER_EXEC_HAS_DLL 1
-#endif /* ! PLANNER_MANAGER_EXEC_HAS_DLL */
-
-#if defined (PLANNER_MANAGER_EXEC_HAS_DLL) && (PLANNER_MANAGER_EXEC_HAS_DLL == 1)
-# if defined (PLANNER_MANAGER_EXEC_BUILD_DLL)
-# define PLANNER_MANAGER_EXEC_Export ACE_Proper_Export_Flag
-# define PLANNER_MANAGER_EXEC_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* PLANNER_MANAGER_EXEC_BUILD_DLL */
-# define PLANNER_MANAGER_EXEC_Export ACE_Proper_Import_Flag
-# define PLANNER_MANAGER_EXEC_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* PLANNER_MANAGER_EXEC_BUILD_DLL */
-#else /* PLANNER_MANAGER_EXEC_HAS_DLL == 1 */
-# define PLANNER_MANAGER_EXEC_Export
-# define PLANNER_MANAGER_EXEC_SINGLETON_DECLARATION(T)
-# define PLANNER_MANAGER_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* PLANNER_MANAGER_EXEC_HAS_DLL == 1 */
-
-// Set PLANNER_MANAGER_EXEC_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (PLANNER_MANAGER_EXEC_NTRACE)
-# if (ACE_NTRACE == 1)
-# define PLANNER_MANAGER_EXEC_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define PLANNER_MANAGER_EXEC_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !PLANNER_MANAGER_EXEC_NTRACE */
-
-#if (PLANNER_MANAGER_EXEC_NTRACE == 1)
-# define PLANNER_MANAGER_EXEC_TRACE(X)
-#else /* (PLANNER_MANAGER_EXEC_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define PLANNER_MANAGER_EXEC_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (PLANNER_MANAGER_EXEC_NTRACE == 1) */
-
-#endif /* PLANNER_MANAGER_EXEC_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_stub_export.h b/CIAO/RACE/Planner_Manager/Component/Planner_Manager_stub_export.h
deleted file mode 100644
index 17a15f1cf30..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_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 PLANNER_MANAGER_STUB
-// ------------------------------
-#ifndef PLANNER_MANAGER_STUB_EXPORT_H
-#define PLANNER_MANAGER_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (PLANNER_MANAGER_STUB_HAS_DLL)
-# define PLANNER_MANAGER_STUB_HAS_DLL 1
-#endif /* ! PLANNER_MANAGER_STUB_HAS_DLL */
-
-#if defined (PLANNER_MANAGER_STUB_HAS_DLL) && (PLANNER_MANAGER_STUB_HAS_DLL == 1)
-# if defined (PLANNER_MANAGER_STUB_BUILD_DLL)
-# define PLANNER_MANAGER_STUB_Export ACE_Proper_Export_Flag
-# define PLANNER_MANAGER_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* PLANNER_MANAGER_STUB_BUILD_DLL */
-# define PLANNER_MANAGER_STUB_Export ACE_Proper_Import_Flag
-# define PLANNER_MANAGER_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* PLANNER_MANAGER_STUB_BUILD_DLL */
-#else /* PLANNER_MANAGER_STUB_HAS_DLL == 1 */
-# define PLANNER_MANAGER_STUB_Export
-# define PLANNER_MANAGER_STUB_SINGLETON_DECLARATION(T)
-# define PLANNER_MANAGER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* PLANNER_MANAGER_STUB_HAS_DLL == 1 */
-
-// Set PLANNER_MANAGER_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (PLANNER_MANAGER_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define PLANNER_MANAGER_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define PLANNER_MANAGER_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !PLANNER_MANAGER_STUB_NTRACE */
-
-#if (PLANNER_MANAGER_STUB_NTRACE == 1)
-# define PLANNER_MANAGER_STUB_TRACE(X)
-#else /* (PLANNER_MANAGER_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define PLANNER_MANAGER_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (PLANNER_MANAGER_STUB_NTRACE == 1) */
-
-#endif /* PLANNER_MANAGER_STUB_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_svnt_export.h b/CIAO/RACE/Planner_Manager/Component/Planner_Manager_svnt_export.h
deleted file mode 100644
index bdc3cfac970..00000000000
--- a/CIAO/RACE/Planner_Manager/Component/Planner_Manager_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 PLANNER_MANAGER_SVNT
-// ------------------------------
-#ifndef PLANNER_MANAGER_SVNT_EXPORT_H
-#define PLANNER_MANAGER_SVNT_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (PLANNER_MANAGER_SVNT_HAS_DLL)
-# define PLANNER_MANAGER_SVNT_HAS_DLL 1
-#endif /* ! PLANNER_MANAGER_SVNT_HAS_DLL */
-
-#if defined (PLANNER_MANAGER_SVNT_HAS_DLL) && (PLANNER_MANAGER_SVNT_HAS_DLL == 1)
-# if defined (PLANNER_MANAGER_SVNT_BUILD_DLL)
-# define PLANNER_MANAGER_SVNT_Export ACE_Proper_Export_Flag
-# define PLANNER_MANAGER_SVNT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* PLANNER_MANAGER_SVNT_BUILD_DLL */
-# define PLANNER_MANAGER_SVNT_Export ACE_Proper_Import_Flag
-# define PLANNER_MANAGER_SVNT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* PLANNER_MANAGER_SVNT_BUILD_DLL */
-#else /* PLANNER_MANAGER_SVNT_HAS_DLL == 1 */
-# define PLANNER_MANAGER_SVNT_Export
-# define PLANNER_MANAGER_SVNT_SINGLETON_DECLARATION(T)
-# define PLANNER_MANAGER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* PLANNER_MANAGER_SVNT_HAS_DLL == 1 */
-
-// Set PLANNER_MANAGER_SVNT_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (PLANNER_MANAGER_SVNT_NTRACE)
-# if (ACE_NTRACE == 1)
-# define PLANNER_MANAGER_SVNT_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define PLANNER_MANAGER_SVNT_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !PLANNER_MANAGER_SVNT_NTRACE */
-
-#if (PLANNER_MANAGER_SVNT_NTRACE == 1)
-# define PLANNER_MANAGER_SVNT_TRACE(X)
-#else /* (PLANNER_MANAGER_SVNT_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define PLANNER_MANAGER_SVNT_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (PLANNER_MANAGER_SVNT_NTRACE == 1) */
-
-#endif /* PLANNER_MANAGER_SVNT_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl b/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl
deleted file mode 100644
index 560a2ad92b1..00000000000
--- a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-//$Id$
-#ifndef RACE_PLANNER_MANAGER_I_IDL
-#define RACE_PLANNER_MANAGER_I_IDL
-
-#ifndef INCLUDED_DEPLOYMENT_DATA
-#define INCLUDED_DEPLOYMENT_DATA
-#include "Deployment_Data.idl"
-#endif
-
-#include "../../common/RACE_common.idl"
-
-module CIAO
-{
- module RACE
- {
- interface Planner_Manager_I
- {
- void execute_planners (in Deployment::DeploymentPlan plan,
- in PlannerFlow flow);
- };
- };
-};
-
-#endif /* RACE_PLANNER_MANAGER_I_IDL */
diff --git a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc b/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc
deleted file mode 100644
index fb145b6fc6d..00000000000
--- a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc
+++ /dev/null
@@ -1,60 +0,0 @@
-// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp
-//$Id$
-// This file is generated with "generate_component_mpc.pl -n Planner_Manager_Interface"
-
-project(Planner_Manager_Interface_stub): ciao_deployment_stub, anytypecode {
-
- sharedname = Planner_Manager_Interface_stub
- after += RACE_common_stub
- idlflags += -Wb,stub_export_macro=PLANNER_MANAGER_INTERFACE_STUB_Export \
- -Wb,stub_export_include=Planner_Manager_Interface_stub_export.h \
- -Wb,skel_export_macro=PLANNER_MANAGER_INTERFACE_SVNT_Export \
- -Wb,skel_export_include=Planner_Manager_Interface_svnt_export.h
- dynamicflags = PLANNER_MANAGER_INTERFACE_STUB_BUILD_DLL
- libs += RACE_common_stub
-
- IDL_Files {
- Planner_Manager_I.idl
- }
-
- Source_Files {
- Planner_Manager_IC.cpp
- }
-
- Header_Files {
- Planner_Manager_IC.h
- }
-
- Inline_Files {
- Planner_Manager_IC.inl
- }
-}
-
-project(Planner_Manager_Interface_svnt) : ciao_servant_dnc {
-
- after += Planner_Manager_Interface_stub
- sharedname = Planner_Manager_Interface_svnt
- libs += Planner_Manager_Interface_stub RACE_common_stub
-
- idlflags += -Wb,stub_export_macro=PLANNER_MANAGER_INTERFACE_STUB_Export \
- -Wb,stub_export_include=Planner_Manager_Interface_stub_export.h \
- -Wb,skel_export_macro=PLANNER_MANAGER_INTERFACE_SVNT_Export \
- -Wb,skel_export_include=Planner_Manager_Interface_svnt_export.h
- dynamicflags = PLANNER_MANAGER_INTERFACE_SVNT_BUILD_DLL
-
- IDL_Files {
- Planner_Manager_I.idl
- }
-
- Source_Files {
- Planner_Manager_IS.cpp
- }
-
- Header_Files {
- Planner_Manager_IS.h
- }
-
- Inline_Files {
- Planner_Manager_IS.inl
- }
-}
diff --git a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_stub_export.h b/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_stub_export.h
deleted file mode 100644
index 32a583b5346..00000000000
--- a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_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 PLANNER_MANAGER_INTERFACE_STUB
-// ------------------------------
-#ifndef PLANNER_MANAGER_INTERFACE_STUB_EXPORT_H
-#define PLANNER_MANAGER_INTERFACE_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (PLANNER_MANAGER_INTERFACE_STUB_HAS_DLL)
-# define PLANNER_MANAGER_INTERFACE_STUB_HAS_DLL 1
-#endif /* ! PLANNER_MANAGER_INTERFACE_STUB_HAS_DLL */
-
-#if defined (PLANNER_MANAGER_INTERFACE_STUB_HAS_DLL) && (PLANNER_MANAGER_INTERFACE_STUB_HAS_DLL == 1)
-# if defined (PLANNER_MANAGER_INTERFACE_STUB_BUILD_DLL)
-# define PLANNER_MANAGER_INTERFACE_STUB_Export ACE_Proper_Export_Flag
-# define PLANNER_MANAGER_INTERFACE_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_INTERFACE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* PLANNER_MANAGER_INTERFACE_STUB_BUILD_DLL */
-# define PLANNER_MANAGER_INTERFACE_STUB_Export ACE_Proper_Import_Flag
-# define PLANNER_MANAGER_INTERFACE_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_INTERFACE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* PLANNER_MANAGER_INTERFACE_STUB_BUILD_DLL */
-#else /* PLANNER_MANAGER_INTERFACE_STUB_HAS_DLL == 1 */
-# define PLANNER_MANAGER_INTERFACE_STUB_Export
-# define PLANNER_MANAGER_INTERFACE_STUB_SINGLETON_DECLARATION(T)
-# define PLANNER_MANAGER_INTERFACE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* PLANNER_MANAGER_INTERFACE_STUB_HAS_DLL == 1 */
-
-// Set PLANNER_MANAGER_INTERFACE_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (PLANNER_MANAGER_INTERFACE_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define PLANNER_MANAGER_INTERFACE_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define PLANNER_MANAGER_INTERFACE_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !PLANNER_MANAGER_INTERFACE_STUB_NTRACE */
-
-#if (PLANNER_MANAGER_INTERFACE_STUB_NTRACE == 1)
-# define PLANNER_MANAGER_INTERFACE_STUB_TRACE(X)
-#else /* (PLANNER_MANAGER_INTERFACE_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define PLANNER_MANAGER_INTERFACE_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (PLANNER_MANAGER_INTERFACE_STUB_NTRACE == 1) */
-
-#endif /* PLANNER_MANAGER_INTERFACE_STUB_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_svnt_export.h b/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_svnt_export.h
deleted file mode 100644
index 6e554a1d5ed..00000000000
--- a/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface_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 PLANNER_MANAGER_INTERFACE_SVNT
-// ------------------------------
-#ifndef PLANNER_MANAGER_INTERFACE_SVNT_EXPORT_H
-#define PLANNER_MANAGER_INTERFACE_SVNT_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (PLANNER_MANAGER_INTERFACE_SVNT_HAS_DLL)
-# define PLANNER_MANAGER_INTERFACE_SVNT_HAS_DLL 1
-#endif /* ! PLANNER_MANAGER_INTERFACE_SVNT_HAS_DLL */
-
-#if defined (PLANNER_MANAGER_INTERFACE_SVNT_HAS_DLL) && (PLANNER_MANAGER_INTERFACE_SVNT_HAS_DLL == 1)
-# if defined (PLANNER_MANAGER_INTERFACE_SVNT_BUILD_DLL)
-# define PLANNER_MANAGER_INTERFACE_SVNT_Export ACE_Proper_Export_Flag
-# define PLANNER_MANAGER_INTERFACE_SVNT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_INTERFACE_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* PLANNER_MANAGER_INTERFACE_SVNT_BUILD_DLL */
-# define PLANNER_MANAGER_INTERFACE_SVNT_Export ACE_Proper_Import_Flag
-# define PLANNER_MANAGER_INTERFACE_SVNT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define PLANNER_MANAGER_INTERFACE_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* PLANNER_MANAGER_INTERFACE_SVNT_BUILD_DLL */
-#else /* PLANNER_MANAGER_INTERFACE_SVNT_HAS_DLL == 1 */
-# define PLANNER_MANAGER_INTERFACE_SVNT_Export
-# define PLANNER_MANAGER_INTERFACE_SVNT_SINGLETON_DECLARATION(T)
-# define PLANNER_MANAGER_INTERFACE_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* PLANNER_MANAGER_INTERFACE_SVNT_HAS_DLL == 1 */
-
-// Set PLANNER_MANAGER_INTERFACE_SVNT_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (PLANNER_MANAGER_INTERFACE_SVNT_NTRACE)
-# if (ACE_NTRACE == 1)
-# define PLANNER_MANAGER_INTERFACE_SVNT_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define PLANNER_MANAGER_INTERFACE_SVNT_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !PLANNER_MANAGER_INTERFACE_SVNT_NTRACE */
-
-#if (PLANNER_MANAGER_INTERFACE_SVNT_NTRACE == 1)
-# define PLANNER_MANAGER_INTERFACE_SVNT_TRACE(X)
-#else /* (PLANNER_MANAGER_INTERFACE_SVNT_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define PLANNER_MANAGER_INTERFACE_SVNT_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (PLANNER_MANAGER_INTERFACE_SVNT_NTRACE == 1) */
-
-#endif /* PLANNER_MANAGER_INTERFACE_SVNT_EXPORT_H */
-
-// End of auto generated file.