summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-06-08 22:16:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-06-08 22:16:43 +0000
commitc1473b327f7cd4e718bab475ccafb92b56c4fcb6 (patch)
tree9b0baa0b25887dd25dce3c92adc674f16440eb5b /TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
parent80a1c68a1c73bc14d79ff28b7cc6283c683ed220 (diff)
downloadATCD-c1473b327f7cd4e718bab475ccafb92b56c4fcb6.tar.gz
ChangeLogTag:Thu Jun 8 15:11:23 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
new file mode 100644
index 00000000000..9ef9d82ed04
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
@@ -0,0 +1,36 @@
+// -*- C++ -*-
+// $Id$
+// Definition for Win32 Export directives.
+// This file is generated automatically by
+// ${ACE_ROOT}/GenExportH.BAT
+// ------------------------------
+#if !defined (TAO_LOADBALANCING_EXPORT_H)
+#define TAO_LOADBALANCING_EXPORT_H
+
+#include "ace/OS.h"
+
+#if !defined (TAO_LOADBALANCING_HAS_DLL)
+#define TAO_LOADBALANCING_HAS_DLL 1
+#endif /* ! TAO_LOADBALANCING_HAS_DLL */
+
+#if defined (TAO_LOADBALANCING_HAS_DLL)
+# if (TAO_LOADBALANCING_HAS_DLL == 1)
+# if defined (TAO_LOADBALANCING_BUILD_DLL)
+# define TAO_LoadBalancing_Export ACE_Proper_Export_Flag
+# define TAO_LOADBALANCING_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# else
+# define TAO_LoadBalancing_Export ACE_Proper_Import_Flag
+# define TAO_LOADBALANCING_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# endif /* TAO_LOADBALANCING_BUILD_DLL */
+# else
+# define TAO_LoadBalancing_Export
+# define TAO_LOADBALANCING_SINGLETON_DECLARATION(T)
+# endif /* ! TAO_LOADBALANCING_HAS_DLL == 1 */
+#else
+# define TAO_LoadBalancing_Export
+# define TAO_LOADBALANCING_SINGLETON_DECLARATION(T)
+#endif /* TAO_LOADBALANCING_HAS_DLL */
+
+#endif /* TAO_LOADBALANCING_EXPORT_H */
+
+// End of auto generated file.