summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/orbsvcs_export.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 01:05:37 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 01:05:37 +0000
commit267f89f652888818678a4660f66afe08429dfd69 (patch)
tree25366335dec0ba6169f52bf63e18f6019f6ddd12 /TAO/orbsvcs/orbsvcs/orbsvcs_export.h
parent982676055b5f7b087cfcdf49721c9c396cf0f714 (diff)
downloadATCD-267f89f652888818678a4660f66afe08429dfd69.tar.gz
New files that build DLL version of orbsvcs lirbrary.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/orbsvcs_export.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/orbsvcs_export.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/orbsvcs_export.h b/TAO/orbsvcs/orbsvcs/orbsvcs_export.h
new file mode 100644
index 00000000000..044c4281975
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/orbsvcs_export.h
@@ -0,0 +1,33 @@
+// Definition for Win32 Export directives.
+// This file is generated automatically by
+// ${TAO_ROOT}/TAO_IDL/GenExportH.BAT
+// ------------------------------
+#if !defined (TAO_ORBSVCS_EXPORT_H)
+#define TAO_ORBSVCS_EXPORT_H
+
+#include "ace/OS.h"
+
+#if defined (TAO_ORBSVCS_HAS_DLL)
+# if (TAO_ORBSVCS_HAS_DLL == 1)
+# if defined (TAO_ORBSVCS_BUILD_DLL)
+# define TAO_ORBSVCS_Export ACE_Proper_Export_Flag
+# define TAO_ORBSVCS_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define TAO_ORBSVCS_SINGLETON_INSTANTIATION(T) ACE_PROPER_SINGLETON_INSTANTIATION (T)
+# else
+# define TAO_ORBSVCS_Export ACE_Proper_Import_Flag
+# define TAO_ORBSVCS_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define TAO_ORBSVCS_SINGLETON_INSTANTIATION(T)
+# endif /* TAO_ORBSVCS_BUILD_DLL */
+# else
+# define TAO_ORBSVCS_Export
+# define TAO_ORBSVCS_SINGLETON_DECLARATION(T)
+# define TAO_ORBSVCS_SINGLETON_INSTANTIATION(T)
+# endif /* ! TAO_ORBSVCS_HAS_DLL == 1 */
+#else
+# define TAO_ORBSVCS_Export
+# define TAO_ORBSVCS_SINGLETON_DECLARATION(T)
+# define TAO_ORBSVCS_SINGLETON_INSTANTIATION(T)
+#endif /* TAO_ORBSVCS_HAS_DLL */
+
+#endif /* TAO_ORBSVCS_EXPORT_H */
+ // End of auto generated file.