summaryrefslogtreecommitdiff
path: root/ace/ACE_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE_export.h')
-rw-r--r--ace/ACE_export.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/ace/ACE_export.h b/ace/ACE_export.h
deleted file mode 100644
index 8a6bf6b8877..00000000000
--- a/ace/ACE_export.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by
-// generate_export_file.pl
-// ------------------------------
-#if !defined (ACE_EXPORT_H)
-#define ACE_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (ACE_HAS_DLL)
-#define ACE_HAS_DLL 1
-#endif /* ! ACE_HAS_DLL */
-
-#if defined (ACE_HAS_DLL)
-# if (ACE_HAS_DLL == 1)
-# if defined (ACE_BUILD_DLL)
-# define ACE_Export ACE_Proper_Export_Flag
-# define ACE_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# else
-# define ACE_Export ACE_Proper_Import_Flag
-# define ACE_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# endif /* ACE_BUILD_DLL */
-# else
-# define ACE_Export
-# define ACE_SINGLETON_DECLARATION(T)
-# endif /* ! ACE_HAS_DLL == 1 */
-#else
-# define ACE_Export
-# define ACE_SINGLETON_DECLARATION(T)
-#endif /* ACE_HAS_DLL */
-
-#endif /* ACE_EXPORT_H */
-
-// End of auto generated file.