summaryrefslogtreecommitdiff
path: root/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec_export.h')
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec_export.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec_export.h b/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec_export.h
deleted file mode 100644
index a3509e015da..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_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 DISTRIBUTOR_EXEC
-// ------------------------------
-#ifndef DISTRIBUTOR_EXEC_EXPORT_H
-#define DISTRIBUTOR_EXEC_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (DISTRIBUTOR_EXEC_HAS_DLL)
-# define DISTRIBUTOR_EXEC_HAS_DLL 1
-#endif /* ! DISTRIBUTOR_EXEC_HAS_DLL */
-
-#if defined (DISTRIBUTOR_EXEC_HAS_DLL) && (DISTRIBUTOR_EXEC_HAS_DLL == 1)
-# if defined (DISTRIBUTOR_EXEC_BUILD_DLL)
-# define DISTRIBUTOR_EXEC_Export ACE_Proper_Export_Flag
-# define DISTRIBUTOR_EXEC_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define DISTRIBUTOR_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* DISTRIBUTOR_EXEC_BUILD_DLL */
-# define DISTRIBUTOR_EXEC_Export ACE_Proper_Import_Flag
-# define DISTRIBUTOR_EXEC_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define DISTRIBUTOR_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* DISTRIBUTOR_EXEC_BUILD_DLL */
-#else /* DISTRIBUTOR_EXEC_HAS_DLL == 1 */
-# define DISTRIBUTOR_EXEC_Export
-# define DISTRIBUTOR_EXEC_SINGLETON_DECLARATION(T)
-# define DISTRIBUTOR_EXEC_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* DISTRIBUTOR_EXEC_HAS_DLL == 1 */
-
-// Set DISTRIBUTOR_EXEC_NTRACE = 0 to turn on library specific tracing even if
-// tracing is turned off for ACE.
-#if !defined (DISTRIBUTOR_EXEC_NTRACE)
-# if (ACE_NTRACE == 1)
-# define DISTRIBUTOR_EXEC_NTRACE 1
-# else /* (ACE_NTRACE == 1) */
-# define DISTRIBUTOR_EXEC_NTRACE 0
-# endif /* (ACE_NTRACE == 1) */
-#endif /* !DISTRIBUTOR_EXEC_NTRACE */
-
-#if (DISTRIBUTOR_EXEC_NTRACE == 1)
-# define DISTRIBUTOR_EXEC_TRACE(X)
-#else /* (DISTRIBUTOR_EXEC_NTRACE == 1) */
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define DISTRIBUTOR_EXEC_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-#endif /* (DISTRIBUTOR_EXEC_NTRACE == 1) */
-
-#endif /* DISTRIBUTOR_EXEC_EXPORT_H */
-
-// End of auto generated file.