summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/ImpliedIDL/Events
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/Events')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl22
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/Events/Events.mpc17
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/Events/Events_stub_export.h54
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/Events/Events_svnt_export.h54
4 files changed, 0 insertions, 147 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl b/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl
deleted file mode 100644
index 62092c9e958..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-/**
- * @file Events.idl
- * @author Will Otte <wotte@dre.vanderbilt.edu>
- *
- * Tests implied IDL for event types.
- */
-
-#include <Components.idl>
-
-module ImpliedEvent
-{
- eventtype foo
- {
- };
- /*
- interface test_foo
- {
- fooConsumer test_op ();
- };
- */
-};
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Events/Events.mpc b/CIAO/tests/IDL3/ImpliedIDL/Events/Events.mpc
deleted file mode 100644
index c5b51e417c4..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/Events/Events.mpc
+++ /dev/null
@@ -1,17 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n Events"
-
-project(Events_stub): ciao_client_dnc {
-
- sharedname = Events_stub
- idlflags += -Wb,stub_export_macro=EVENTS_STUB_Export -Wb,stub_export_include=Events_stub_export.h -Wb,skel_export_macro=EVENTS_SVNT_Export -Wb,skel_export_include=Events_svnt_export.h
- dynamicflags = EVENTS_STUB_BUILD_DLL
-
- IDL_Files {
- Events.idl
- }
-
- Source_Files {
- EventsC.cpp
- }
-}
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Events/Events_stub_export.h b/CIAO/tests/IDL3/ImpliedIDL/Events/Events_stub_export.h
deleted file mode 100644
index 096a67f9beb..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/Events/Events_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 EVENTS_STUB
-// ------------------------------
-#ifndef EVENTS_STUB_EXPORT_H
-#define EVENTS_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (EVENTS_STUB_HAS_DLL)
-# define EVENTS_STUB_HAS_DLL 1
-#endif /* ! EVENTS_STUB_HAS_DLL */
-
-#if defined (EVENTS_STUB_HAS_DLL) && (EVENTS_STUB_HAS_DLL == 1)
-# if defined (EVENTS_STUB_BUILD_DLL)
-# define EVENTS_STUB_Export ACE_Proper_Export_Flag
-# define EVENTS_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define EVENTS_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* EVENTS_STUB_BUILD_DLL */
-# define EVENTS_STUB_Export ACE_Proper_Import_Flag
-# define EVENTS_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define EVENTS_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* EVENTS_STUB_BUILD_DLL */
-#else /* EVENTS_STUB_HAS_DLL == 1 */
-# define EVENTS_STUB_Export
-# define EVENTS_STUB_SINGLETON_DECLARATION(T)
-# define EVENTS_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* EVENTS_STUB_HAS_DLL == 1 */
-
-// Set EVENTS_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (EVENTS_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define EVENTS_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define EVENTS_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !EVENTS_STUB_NTRACE */
-
-#if (EVENTS_STUB_NTRACE == 1)
-# define EVENTS_STUB_TRACE(X)
-#else /* (EVENTS_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define EVENTS_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (EVENTS_STUB_NTRACE == 1) */
-
-#endif /* EVENTS_STUB_EXPORT_H */
-
-// End of auto generated file.
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Events/Events_svnt_export.h b/CIAO/tests/IDL3/ImpliedIDL/Events/Events_svnt_export.h
deleted file mode 100644
index 5f647a0740a..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/Events/Events_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 EVENTS_SVNT
-// ------------------------------
-#ifndef EVENTS_SVNT_EXPORT_H
-#define EVENTS_SVNT_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (EVENTS_SVNT_HAS_DLL)
-# define EVENTS_SVNT_HAS_DLL 1
-#endif /* ! EVENTS_SVNT_HAS_DLL */
-
-#if defined (EVENTS_SVNT_HAS_DLL) && (EVENTS_SVNT_HAS_DLL == 1)
-# if defined (EVENTS_SVNT_BUILD_DLL)
-# define EVENTS_SVNT_Export ACE_Proper_Export_Flag
-# define EVENTS_SVNT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define EVENTS_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* EVENTS_SVNT_BUILD_DLL */
-# define EVENTS_SVNT_Export ACE_Proper_Import_Flag
-# define EVENTS_SVNT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define EVENTS_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* EVENTS_SVNT_BUILD_DLL */
-#else /* EVENTS_SVNT_HAS_DLL == 1 */
-# define EVENTS_SVNT_Export
-# define EVENTS_SVNT_SINGLETON_DECLARATION(T)
-# define EVENTS_SVNT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* EVENTS_SVNT_HAS_DLL == 1 */
-
-// Set EVENTS_SVNT_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (EVENTS_SVNT_NTRACE)
-# if (ACE_NTRACE == 1)
-# define EVENTS_SVNT_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define EVENTS_SVNT_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !EVENTS_SVNT_NTRACE */
-
-#if (EVENTS_SVNT_NTRACE == 1)
-# define EVENTS_SVNT_TRACE(X)
-#else /* (EVENTS_SVNT_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define EVENTS_SVNT_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (EVENTS_SVNT_NTRACE == 1) */
-
-#endif /* EVENTS_SVNT_EXPORT_H */
-
-// End of auto generated file.