summaryrefslogtreecommitdiff
path: root/ACE/ace/QoS/ACE_QoS_Export.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/QoS/ACE_QoS_Export.h')
-rw-r--r--ACE/ace/QoS/ACE_QoS_Export.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/ACE/ace/QoS/ACE_QoS_Export.h b/ACE/ace/QoS/ACE_QoS_Export.h
new file mode 100644
index 00000000000..ec47ab46c9c
--- /dev/null
+++ b/ACE/ace/QoS/ACE_QoS_Export.h
@@ -0,0 +1,46 @@
+// -*- C++ -*-
+// $Id$
+// Definition for Win32 Export directives.
+// This file is generated automatically by
+// generate_export_file.pl
+// ------------------------------
+#if !defined (ACE_QOS_EXPORT_H)
+#define ACE_QOS_EXPORT_H
+
+#include /**/ "ace/config-all.h"
+
+#if defined (ACE_AS_STATIC_LIBS)
+# if !defined (ACE_QoS_HAS_DLL)
+# define ACE_QoS_HAS_DLL 0
+# endif /* ! ACE_QoS_HAS_DLL */
+#else
+# if !defined (ACE_QoS_HAS_DLL)
+# define ACE_QoS_HAS_DLL 1
+# endif /* ! ACE_QoS_HAS_DLL */
+#endif /* ACE_AS_STATIC_LIB */
+
+#if defined (ACE_QoS_HAS_DLL)
+# if (ACE_QoS_HAS_DLL == 1)
+# if defined (ACE_QoS_BUILD_DLL)
+# define ACE_QoS_Export ACE_Proper_Export_Flag
+# define ACE_QoS_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define ACE_QoS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# else
+# define ACE_QoS_Export ACE_Proper_Import_Flag
+# define ACE_QoS_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define ACE_QoS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* ACE_QoS_BUILD_DLL */
+# else
+# define ACE_QoS_Export
+# define ACE_QoS_SINGLETON_DECLARATION(T)
+# define ACE_QoS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* ! ACE_QoS_HAS_DLL == 1 */
+#else
+# define ACE_QoS_Export
+# define ACE_QoS_SINGLETON_DECLARATION(T)
+# define ACE_QoS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+#endif /* ACE_QoS_HAS_DLL */
+
+#endif /* ACE_QOS_EXPORT_H */
+
+// End of auto generated file.