summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource_Factory.h')
-rw-r--r--TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource_Factory.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource_Factory.h b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource_Factory.h
new file mode 100644
index 00000000000..f0a316eee8e
--- /dev/null
+++ b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource_Factory.h
@@ -0,0 +1,36 @@
+// $Id$
+
+// Definition for Win32 Export directives.
+// This file is generated automatically by
+// ${ACE_ROOT}/GenExportH.BAT
+// ------------------------------
+#ifndef Alt_Resource_Factory_EXPORT_H
+#define Alt_Resource_Factory_EXPORT_H
+
+#include "ace/OS.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#if defined (Alt_Resource_Factory_HAS_DLL)
+# if (Alt_Resource_Factory_HAS_DLL == 1)
+# if defined (Alt_Resource_Factory_BUILD_DLL)
+# define Alt_Resource_Factory_Export ACE_Proper_Export_Flag
+# define Alt_Resource_Factory_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# else
+# define Alt_Resource_Factory_Export ACE_Proper_Import_Flag
+# define Alt_Resource_Factory_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# endif /* Alt_Resource_Factory_BUILD_DLL */
+# else
+# define Alt_Resource_Factory_Export
+# define Alt_Resource_Factory_SINGLETON_DECLARATION(T)
+# endif /* ! Alt_Resource_Factory_HAS_DLL == 1 */
+#else
+# define Alt_Resource_Factory_Export
+# define Alt_Resource_Factory_SINGLETON_DECLARATION(T)
+#endif /* Alt_Resource_Factory_HAS_DLL */
+
+#endif /* Alt_Resource_Factory_EXPORT_H */
+
+// End of auto generated file.