summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/Display_Base
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Display/Display_Base')
-rw-r--r--CIAO/examples/Display/Display_Base/Display_Base.idl46
-rw-r--r--CIAO/examples/Display/Display_Base/Display_Base.mpc52
-rw-r--r--CIAO/examples/Display/Display_Base/Display_Base_skel_export.h58
-rw-r--r--CIAO/examples/Display/Display_Base/Display_Base_stub_export.h58
4 files changed, 0 insertions, 214 deletions
diff --git a/CIAO/examples/Display/Display_Base/Display_Base.idl b/CIAO/examples/Display/Display_Base/Display_Base.idl
deleted file mode 100644
index 337d4101c2b..00000000000
--- a/CIAO/examples/Display/Display_Base/Display_Base.idl
+++ /dev/null
@@ -1,46 +0,0 @@
-// $Id$
-
-/**
- * @file Display_Base.idl
- *
- * Definition of events, and common interfaces used in HUDisplay module.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef HUDISPLAY_IDL
-#define HUDISPLAY_IDL
-
-#include <Components.idl>
-
-module HUDisplay
-{
- /**
- * @brief interface opmode defines the "operation mode" interface.
- */
- interface opmode
- {
- void start ();
- void stop ();
- boolean active ();
- };
-
- /**
- * @brief a timed event that happens at some fix rate.
- */
- eventtype tick
- {
- // We could put a timestamp here if desired.
- };
-
- /**
- * @brief interface position allows querying of a coordination.
- */
- interface position
- {
- long posx ();
- long posy ();
- };
-};
-
-#endif /* HUDISPLAY_IDL */
diff --git a/CIAO/examples/Display/Display_Base/Display_Base.mpc b/CIAO/examples/Display/Display_Base/Display_Base.mpc
deleted file mode 100644
index 0b834017746..00000000000
--- a/CIAO/examples/Display/Display_Base/Display_Base.mpc
+++ /dev/null
@@ -1,52 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n Display_Base"
-
-project(Display_Base_stub): ciao_client_dnc {
-
- sharedname = Display_Base_stub
- idlflags += -Wb,stub_export_macro=DISPLAY_BASE_STUB_Export \
- -Wb,stub_export_include=Display_Base_stub_export.h \
- -Wb,skel_export_macro=DISPLAY_BASE_SKEL_Export \
- -Wb,skel_export_include=Display_Base_skel_export.h
- dynamicflags = DISPLAY_BASE_STUB_BUILD_DLL
-
- IDL_Files {
- Display_Base.idl
- }
-
- Source_Files {
- Display_BaseC.cpp
- }
-
- Header_Files {
- Display_Base_stub_export.h
- }
-}
-
-project(Display_Base_skel) : ciao_servant_dnc {
- after += Display_Base_stub
- sharedname = Display_Base_skel
- libs += Display_Base_stub
-
- idlflags += -Wb,stub_export_macro=DISPLAY_BASE_STUB_Export \
- -Wb,stub_export_include=Display_Base_stub_export.h \
- -Wb,skel_export_macro=DISPLAY_BASE_SKEL_Export \
- -Wb,skel_export_include=Display_Base_skel_export.h
- dynamicflags = DISPLAY_BASE_SKEL_BUILD_DLL
-
- IDL_Files {
- Display_Base.idl
- }
-
- Source_Files {
- Display_BaseS.cpp
- }
-
- Header_Files {
- Display_Base_skel_export.h
- }
-}
-
-
-
-
diff --git a/CIAO/examples/Display/Display_Base/Display_Base_skel_export.h b/CIAO/examples/Display/Display_Base/Display_Base_skel_export.h
deleted file mode 100644
index 2dc444fe8e0..00000000000
--- a/CIAO/examples/Display/Display_Base/Display_Base_skel_export.h
+++ /dev/null
@@ -1,58 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl DISPLAY_BASE_SVNT
-// ------------------------------
-#ifndef DISPLAY_BASE_SKEL_EXPORT_H
-#define DISPLAY_BASE_SKEL_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if defined (ACE_AS_STATIC_LIBS) && !defined (DISPLAY_BASE_SKEL_HAS_DLL)
-# define DISPLAY_BASE_SKEL_HAS_DLL 0
-#endif /* ACE_AS_STATIC_LIBS && DISPLAY_BASE_SKEL_HAS_DLL */
-
-#if !defined (DISPLAY_BASE_SKEL_HAS_DLL)
-# define DISPLAY_BASE_SKEL_HAS_DLL 1
-#endif /* ! DISPLAY_BASE_SKEL_HAS_DLL */
-
-#if defined (DISPLAY_BASE_SKEL_HAS_DLL) && (DISPLAY_BASE_SKEL_HAS_DLL == 1)
-# if defined (DISPLAY_BASE_SKEL_BUILD_DLL)
-# define DISPLAY_BASE_SKEL_Export ACE_Proper_Export_Flag
-# define DISPLAY_BASE_SKEL_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define DISPLAY_BASE_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* DISPLAY_BASE_SKEL_BUILD_DLL */
-# define DISPLAY_BASE_SKEL_Export ACE_Proper_Import_Flag
-# define DISPLAY_BASE_SKEL_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define DISPLAY_BASE_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* DISPLAY_BASE_SKEL_BUILD_DLL */
-#else /* DISPLAY_BASE_SKEL_HAS_DLL == 1 */
-# define DISPLAY_BASE_SKEL_Export
-# define DISPLAY_BASE_SKEL_SINGLETON_DECLARATION(T)
-# define DISPLAY_BASE_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* DISPLAY_BASE_SKEL_HAS_DLL == 1 */
-
-// Set DISPLAY_BASE_SKEL_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (DISPLAY_BASE_SKEL_NTRACE)
-# if (ACE_NTRACE == 1)
-# define DISPLAY_BASE_SKEL_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define DISPLAY_BASE_SKEL_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !DISPLAY_BASE_SKEL_NTRACE */
-
-#if (DISPLAY_BASE_SKEL_NTRACE == 1)
-# define DISPLAY_BASE_SKEL_TRACE(X)
-#else /* (DISPLAY_BASE_SKEL_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define DISPLAY_BASE_SKEL_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (DISPLAY_BASE_SKEL_NTRACE == 1) */
-
-#endif /* DISPLAY_BASE_SKEL_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/examples/Display/Display_Base/Display_Base_stub_export.h b/CIAO/examples/Display/Display_Base/Display_Base_stub_export.h
deleted file mode 100644
index e5e412c22a6..00000000000
--- a/CIAO/examples/Display/Display_Base/Display_Base_stub_export.h
+++ /dev/null
@@ -1,58 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl DISPLAY_BASE_STUB
-// ------------------------------
-#ifndef DISPLAY_BASE_STUB_EXPORT_H
-#define DISPLAY_BASE_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if defined (ACE_AS_STATIC_LIBS) && !defined (DISPLAY_BASE_STUB_HAS_DLL)
-# define DISPLAY_BASE_STUB_HAS_DLL 0
-#endif /* ACE_AS_STATIC_LIBS && DISPLAY_BASE_STUB_HAS_DLL */
-
-#if !defined (DISPLAY_BASE_STUB_HAS_DLL)
-# define DISPLAY_BASE_STUB_HAS_DLL 1
-#endif /* ! DISPLAY_BASE_STUB_HAS_DLL */
-
-#if defined (DISPLAY_BASE_STUB_HAS_DLL) && (DISPLAY_BASE_STUB_HAS_DLL == 1)
-# if defined (DISPLAY_BASE_STUB_BUILD_DLL)
-# define DISPLAY_BASE_STUB_Export ACE_Proper_Export_Flag
-# define DISPLAY_BASE_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define DISPLAY_BASE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* DISPLAY_BASE_STUB_BUILD_DLL */
-# define DISPLAY_BASE_STUB_Export ACE_Proper_Import_Flag
-# define DISPLAY_BASE_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define DISPLAY_BASE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* DISPLAY_BASE_STUB_BUILD_DLL */
-#else /* DISPLAY_BASE_STUB_HAS_DLL == 1 */
-# define DISPLAY_BASE_STUB_Export
-# define DISPLAY_BASE_STUB_SINGLETON_DECLARATION(T)
-# define DISPLAY_BASE_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* DISPLAY_BASE_STUB_HAS_DLL == 1 */
-
-// Set DISPLAY_BASE_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (DISPLAY_BASE_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define DISPLAY_BASE_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define DISPLAY_BASE_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !DISPLAY_BASE_STUB_NTRACE */
-
-#if (DISPLAY_BASE_STUB_NTRACE == 1)
-# define DISPLAY_BASE_STUB_TRACE(X)
-#else /* (DISPLAY_BASE_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define DISPLAY_BASE_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (DISPLAY_BASE_STUB_NTRACE == 1) */
-
-#endif /* DISPLAY_BASE_STUB_EXPORT_H */
-
-// End of auto generated file.