summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/log_skel_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/log_skel_export.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/log_skel_export.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/log_skel_export.h b/TAO/orbsvcs/orbsvcs/Log/log_skel_export.h
new file mode 100644
index 00000000000..db1ff0231fc
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Log/log_skel_export.h
@@ -0,0 +1,41 @@
+
+
+/* -*- C++ -*- $Id$ */
+// log_skel_export.h,v 1.2 2000/10/10 22:16:02 nanbor Exp
+// Definition for Win32 Export directives.
+// This file is generated automatically by generate_export_file.pl
+// ------------------------------
+#ifndef TAO_LOG_SKEL_EXPORT_H
+#define TAO_LOG_SKEL_EXPORT_H
+
+#include "ace/config-all.h"
+
+#if defined (TAO_AS_STATIC_LIBS)
+# if !defined (TAO_LOG_SKEL_HAS_DLL)
+# define TAO_LOG_SKEL_HAS_DLL 0
+# endif /* ! TAO_LOG_SKEL_HAS_DLL */
+#else
+# if !defined (TAO_LOG_SKEL_HAS_DLL)
+# define TAO_LOG_SKEL_HAS_DLL 1
+# endif /* ! TAO_LOG_SKEL_HAS_DLL */
+#endif
+
+#if defined (TAO_LOG_SKEL_HAS_DLL) && (TAO_LOG_SKEL_HAS_DLL == 1)
+# if defined (TAO_LOG_SKEL_BUILD_DLL)
+# define TAO_Log_Skel_Export ACE_Proper_Export_Flag
+# define TAO_LOG_SKEL_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define TAO_LOG_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# else /* TAO_LOG_SKEL_BUILD_DLL */
+# define TAO_Log_Skel_Export ACE_Proper_Import_Flag
+# define TAO_LOG_SKEL_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define TAO_LOG_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* TAO_LOG_SKEL_BUILD_DLL */
+#else /* TAO_LOG_SKEL_HAS_DLL == 1 */
+# define TAO_Log_Skel_Export
+# define TAO_LOG_SKEL_SINGLETON_DECLARATION(T)
+# define TAO_LOG_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+#endif /* TAO_LOG_SKEL_HAS_DLL == 1 */
+
+#endif /* TAO_LOG_SKEL_EXPORT_H */
+
+// End of auto generated file.