summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
index 58af36b0064..9ef9d82ed04 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancing_export.h
@@ -4,7 +4,7 @@
// This file is generated automatically by
// ${ACE_ROOT}/GenExportH.BAT
// ------------------------------
-#ifndef TAO_LOADBALANCING_EXPORT_H
+#if !defined (TAO_LOADBALANCING_EXPORT_H)
#define TAO_LOADBALANCING_EXPORT_H
#include "ace/OS.h"
@@ -16,18 +16,18 @@
#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_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_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_Export
# define TAO_LOADBALANCING_SINGLETON_DECLARATION(T)
# endif /* ! TAO_LOADBALANCING_HAS_DLL == 1 */
#else
-# define TAO_LOADBALANCING_Export
+# define TAO_LoadBalancing_Export
# define TAO_LOADBALANCING_SINGLETON_DECLARATION(T)
#endif /* TAO_LOADBALANCING_HAS_DLL */