summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Planners/Base
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/RACE/Planners/Base')
-rw-r--r--modules/CIAO/RACE/Planners/Base/Planner.idl24
-rw-r--r--modules/CIAO/RACE/Planners/Base/Planner.mpc60
-rw-r--r--modules/CIAO/RACE/Planners/Base/Planner_stub_export.h54
-rw-r--r--modules/CIAO/RACE/Planners/Base/Planner_svnt_export.h54
4 files changed, 192 insertions, 0 deletions
diff --git a/modules/CIAO/RACE/Planners/Base/Planner.idl b/modules/CIAO/RACE/Planners/Base/Planner.idl
new file mode 100644
index 00000000000..ae81074d5e7
--- /dev/null
+++ b/modules/CIAO/RACE/Planners/Base/Planner.idl
@@ -0,0 +1,24 @@
+// $Id$
+#ifndef RACE_PLANNER_IDL
+#define RACE_PLANNER_IDL
+
+#include <Components.idl>
+#include "../Interface/Planner_I.idl"
+#include "../../common/RACE_common.idl"
+
+module CIAO
+{
+
+ module RACE
+ {
+ component Planner
+ {
+ provides Planner_I planner_i;
+ attribute string name;
+ attribute RACE_Classification type;
+ };
+ };
+
+};
+
+#endif /* RACE_PLANNER_IDL */
diff --git a/modules/CIAO/RACE/Planners/Base/Planner.mpc b/modules/CIAO/RACE/Planners/Base/Planner.mpc
new file mode 100644
index 00000000000..698cb689cb5
--- /dev/null
+++ b/modules/CIAO/RACE/Planners/Base/Planner.mpc
@@ -0,0 +1,60 @@
+// 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"
+
+project(Planner_stub): ciao_deployment_stub {
+
+ after += Planner_Interface_stub RACE_common_stub
+ sharedname = Planner_stub
+ idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
+ -Wb,stub_export_include=Planner_stub_export.h \
+ -Wb,skel_export_macro=PLANNER_SVNT_Export \
+ -Wb,skel_export_include=Planner_svnt_export.h
+ dynamicflags = PLANNER_STUB_BUILD_DLL
+ libs += Planner_Interface_stub RACE_common_stub
+
+ IDL_Files {
+ Planner.idl
+ }
+
+ Source_Files {
+ PlannerC.cpp
+ }
+
+ Header_Files {
+ PlannerC.h
+ }
+
+ Inline_Files {
+ PlannerC.inl
+ }
+}
+
+project(Planner_svnt) : ciao_servant_dnc {
+
+ after += Planner_Interface_svnt Planner_stub
+ sharedname = Planner_svnt
+ libs += Planner_Interface_stub Planner_Interface_svnt Planner_stub RACE_common_stub
+
+ idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
+ -Wb,stub_export_include=Planner_stub_export.h \
+ -Wb,skel_export_macro=PLANNER_SVNT_Export \
+ -Wb,skel_export_include=Planner_svnt_export.h
+ dynamicflags = PLANNER_SVNT_BUILD_DLL
+
+ IDL_Files {
+ Planner.idl
+ }
+
+ Source_Files {
+ PlannerS.cpp
+ }
+
+ Header_Files {
+ PlannerS.h
+ }
+
+ Inline_Files {
+ PlannerS.inl
+ }
+}
diff --git a/modules/CIAO/RACE/Planners/Base/Planner_stub_export.h b/modules/CIAO/RACE/Planners/Base/Planner_stub_export.h
new file mode 100644
index 00000000000..d9c9c352052
--- /dev/null
+++ b/modules/CIAO/RACE/Planners/Base/Planner_stub_export.h
@@ -0,0 +1,54 @@
+
+// -*- C++ -*-
+// $Id$
+// Definition for Win32 Export directives.
+// This file is generated automatically by generate_export_file.pl PLANNER_STUB
+// ------------------------------
+#ifndef PLANNER_STUB_EXPORT_H
+#define PLANNER_STUB_EXPORT_H
+
+#include "ace/config-all.h"
+
+#if !defined (PLANNER_STUB_HAS_DLL)
+# define PLANNER_STUB_HAS_DLL 1
+#endif /* ! PLANNER_STUB_HAS_DLL */
+
+#if defined (PLANNER_STUB_HAS_DLL) && (PLANNER_STUB_HAS_DLL == 1)
+# if defined (PLANNER_STUB_BUILD_DLL)
+# define PLANNER_STUB_Export ACE_Proper_Export_Flag
+# define PLANNER_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define PLANNER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# else /* PLANNER_STUB_BUILD_DLL */
+# define PLANNER_STUB_Export ACE_Proper_Import_Flag
+# define PLANNER_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define PLANNER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* PLANNER_STUB_BUILD_DLL */
+#else /* PLANNER_STUB_HAS_DLL == 1 */
+# define PLANNER_STUB_Export
+# define PLANNER_STUB_SINGLETON_DECLARATION(T)
+# define PLANNER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+#endif /* PLANNER_STUB_HAS_DLL == 1 */
+
+// Set PLANNER_STUB_NTRACE = 0 to turn on library specific tracing even if
+// tracing is turned off for ACE.
+#if !defined (PLANNER_STUB_NTRACE)
+# if (ACE_NTRACE == 1)
+# define PLANNER_STUB_NTRACE 1
+# else /* (ACE_NTRACE == 1) */
+# define PLANNER_STUB_NTRACE 0
+# endif /* (ACE_NTRACE == 1) */
+#endif /* !PLANNER_STUB_NTRACE */
+
+#if (PLANNER_STUB_NTRACE == 1)
+# define PLANNER_STUB_TRACE(X)
+#else /* (PLANNER_STUB_NTRACE == 1) */
+# if !defined (ACE_HAS_TRACE)
+# define ACE_HAS_TRACE
+# endif /* ACE_HAS_TRACE */
+# define PLANNER_STUB_TRACE(X) ACE_TRACE_IMPL(X)
+# include "ace/Trace.h"
+#endif /* (PLANNER_STUB_NTRACE == 1) */
+
+#endif /* PLANNER_STUB_EXPORT_H */
+
+// End of auto generated file.
diff --git a/modules/CIAO/RACE/Planners/Base/Planner_svnt_export.h b/modules/CIAO/RACE/Planners/Base/Planner_svnt_export.h
new file mode 100644
index 00000000000..1773748e72b
--- /dev/null
+++ b/modules/CIAO/RACE/Planners/Base/Planner_svnt_export.h
@@ -0,0 +1,54 @@
+
+// -*- C++ -*-
+// $Id$
+// Definition for Win32 Export directives.
+// This file is generated automatically by generate_export_file.pl PLANNER_SVNT
+// ------------------------------
+#ifndef PLANNER_SVNT_EXPORT_H
+#define PLANNER_SVNT_EXPORT_H
+
+#include "ace/config-all.h"
+
+#if !defined (PLANNER_SVNT_HAS_DLL)
+# define PLANNER_SVNT_HAS_DLL 1
+#endif /* ! PLANNER_SVNT_HAS_DLL */
+
+#if defined (PLANNER_SVNT_HAS_DLL) && (PLANNER_SVNT_HAS_DLL == 1)
+# if defined (PLANNER_SVNT_BUILD_DLL)
+# define PLANNER_SVNT_Export ACE_Proper_Export_Flag
+# define PLANNER_SVNT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define PLANNER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# else /* PLANNER_SVNT_BUILD_DLL */
+# define PLANNER_SVNT_Export ACE_Proper_Import_Flag
+# define PLANNER_SVNT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define PLANNER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* PLANNER_SVNT_BUILD_DLL */
+#else /* PLANNER_SVNT_HAS_DLL == 1 */
+# define PLANNER_SVNT_Export
+# define PLANNER_SVNT_SINGLETON_DECLARATION(T)
+# define PLANNER_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+#endif /* PLANNER_SVNT_HAS_DLL == 1 */
+
+// Set PLANNER_SVNT_NTRACE = 0 to turn on library specific tracing even if
+// tracing is turned off for ACE.
+#if !defined (PLANNER_SVNT_NTRACE)
+# if (ACE_NTRACE == 1)
+# define PLANNER_SVNT_NTRACE 1
+# else /* (ACE_NTRACE == 1) */
+# define PLANNER_SVNT_NTRACE 0
+# endif /* (ACE_NTRACE == 1) */
+#endif /* !PLANNER_SVNT_NTRACE */
+
+#if (PLANNER_SVNT_NTRACE == 1)
+# define PLANNER_SVNT_TRACE(X)
+#else /* (PLANNER_SVNT_NTRACE == 1) */
+# if !defined (ACE_HAS_TRACE)
+# define ACE_HAS_TRACE
+# endif /* ACE_HAS_TRACE */
+# define PLANNER_SVNT_TRACE(X) ACE_TRACE_IMPL(X)
+# include "ace/Trace.h"
+#endif /* (PLANNER_SVNT_NTRACE == 1) */
+
+#endif /* PLANNER_SVNT_EXPORT_H */
+
+// End of auto generated file.