summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Simple_Component_Server/Simple_Server_Stub_Export.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Simple_Component_Server/Simple_Server_Stub_Export.h')
-rw-r--r--TAO/CIAO/tools/Simple_Component_Server/Simple_Server_Stub_Export.h58
1 files changed, 0 insertions, 58 deletions
diff --git a/TAO/CIAO/tools/Simple_Component_Server/Simple_Server_Stub_Export.h b/TAO/CIAO/tools/Simple_Component_Server/Simple_Server_Stub_Export.h
deleted file mode 100644
index 00100c2081d..00000000000
--- a/TAO/CIAO/tools/Simple_Component_Server/Simple_Server_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 -s CIAO_SIMPLE_SERVER_STUB
-// ------------------------------
-#ifndef CIAO_SIMPLE_SERVER_STUB_EXPORT_H
-#define CIAO_SIMPLE_SERVER_STUB_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if defined (ACE_AS_STATIC_LIBS) && !defined (CIAO_SIMPLE_SERVER_STUB_HAS_DLL)
-# define CIAO_SIMPLE_SERVER_STUB_HAS_DLL 0
-#endif /* ACE_AS_STATIC_LIBS && CIAO_SIMPLE_SERVER_STUB_HAS_DLL */
-
-#if !defined (CIAO_SIMPLE_SERVER_STUB_HAS_DLL)
-# define CIAO_SIMPLE_SERVER_STUB_HAS_DLL 1
-#endif /* ! CIAO_SIMPLE_SERVER_STUB_HAS_DLL */
-
-#if defined (CIAO_SIMPLE_SERVER_STUB_HAS_DLL) && (CIAO_SIMPLE_SERVER_STUB_HAS_DLL == 1)
-# if defined (CIAO_SIMPLE_SERVER_STUB_BUILD_DLL)
-# define CIAO_SIMPLE_SERVER_STUB_Export ACE_Proper_Export_Flag
-# define CIAO_SIMPLE_SERVER_STUB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define CIAO_SIMPLE_SERVER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* CIAO_SIMPLE_SERVER_STUB_BUILD_DLL */
-# define CIAO_SIMPLE_SERVER_STUB_Export ACE_Proper_Import_Flag
-# define CIAO_SIMPLE_SERVER_STUB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define CIAO_SIMPLE_SERVER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* CIAO_SIMPLE_SERVER_STUB_BUILD_DLL */
-#else /* CIAO_SIMPLE_SERVER_STUB_HAS_DLL == 1 */
-# define CIAO_SIMPLE_SERVER_STUB_Export
-# define CIAO_SIMPLE_SERVER_STUB_SINGLETON_DECLARATION(T)
-# define CIAO_SIMPLE_SERVER_STUB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* CIAO_SIMPLE_SERVER_STUB_HAS_DLL == 1 */
-
-// Set CIAO_SIMPLE_SERVER_STUB_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (CIAO_SIMPLE_SERVER_STUB_NTRACE)
-# if (ACE_NTRACE == 1)
-# define CIAO_SIMPLE_SERVER_STUB_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define CIAO_SIMPLE_SERVER_STUB_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !CIAO_SIMPLE_SERVER_STUB_NTRACE */
-
-#if (CIAO_SIMPLE_SERVER_STUB_NTRACE == 1)
-# define CIAO_SIMPLE_SERVER_STUB_TRACE(X)
-#else /* (CIAO_SIMPLE_SERVER_STUB_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define CIAO_SIMPLE_SERVER_STUB_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (CIAO_SIMPLE_SERVER_STUB_NTRACE == 1) */
-
-#endif /* CIAO_SIMPLE_SERVER_STUB_EXPORT_H */
-
-// End of auto generated file.