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