summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/rtcorba_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/rtcorba_export.h')
-rw-r--r--TAO/tao/RTCORBA/rtcorba_export.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA/rtcorba_export.h b/TAO/tao/RTCORBA/rtcorba_export.h
new file mode 100644
index 00000000000..e712f3013ce
--- /dev/null
+++ b/TAO/tao/RTCORBA/rtcorba_export.h
@@ -0,0 +1,40 @@
+
+// -*- C++ -*-
+// $Id$
+// Definition for Win32 Export directives.
+// This file is generated automatically by generate_export_file.pl
+// ------------------------------
+#ifndef TAO_RTCORBA_EXPORT_H
+#define TAO_RTCORBA_EXPORT_H
+
+#include "ace/config-all.h"
+
+#if defined (TAO_AS_STATIC_LIBS)
+# if !defined (TAO_RTCORBA_HAS_DLL)
+# define TAO_RTCORBA_HAS_DLL 0
+# endif /* ! TAO_RTCORBA_HAS_DLL */
+#else
+# if !defined (TAO_RTCORBA_HAS_DLL)
+# define TAO_RTCORBA_HAS_DLL 1
+# endif /* ! TAO_RTCORBA_HAS_DLL */
+#endif
+
+#if defined (TAO_RTCORBA_HAS_DLL) && (TAO_RTCORBA_HAS_DLL == 1)
+# if defined (TAO_RTCORBA_BUILD_DLL)
+# define TAO_RTCORBA_Export ACE_Proper_Export_Flag
+# define TAO_RTCORBA_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define TAO_RTCORBA_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# else /* TAO_RTCORBA_BUILD_DLL */
+# define TAO_RTCORBA_Export ACE_Proper_Import_Flag
+# define TAO_RTCORBA_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define TAO_RTCORBA_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* TAO_RTCORBA_BUILD_DLL */
+#else /* TAO_RTCORBA_HAS_DLL == 1 */
+# define TAO_RTCORBA_Export
+# define TAO_RTCORBA_SINGLETON_DECLARATION(T)
+# define TAO_RTCORBA_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+#endif /* TAO_RTCORBA_HAS_DLL == 1 */
+
+#endif /* TAO_RTCORBA_EXPORT_H */
+
+// End of auto generated file.