summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/rt_notify_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/rt_notify_export.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/rt_notify_export.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/rt_notify_export.h b/TAO/orbsvcs/orbsvcs/Notify/rt_notify_export.h
deleted file mode 100644
index 288a67cb67f..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/rt_notify_export.h
+++ /dev/null
@@ -1,39 +0,0 @@
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl
-// ------------------------------
-#ifndef TAO_RT_NOTIFY_EXPORT_H
-#define TAO_RT_NOTIFY_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if defined (TAO_AS_STATIC_LIBS)
-# if !defined (TAO_RT_NOTIFY_HAS_DLL)
-# define TAO_RT_NOTIFY_HAS_DLL 0
-# endif /* ! TAO_RT_NOTIFY_HAS_DLL */
-#else
-# if !defined (TAO_RT_NOTIFY_HAS_DLL)
-# define TAO_RT_NOTIFY_HAS_DLL 1
-# endif /* ! TAO_RT_NOTIFY_HAS_DLL */
-#endif
-
-#if defined (TAO_RT_NOTIFY_HAS_DLL) && (TAO_RT_NOTIFY_HAS_DLL == 1)
-# if defined (TAO_RT_NOTIFY_BUILD_DLL)
-# define TAO_RT_Notify_Export ACE_Proper_Export_Flag
-# define TAO_RT_NOTIFY_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define TAO_RT_NOTIFY_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* TAO_RT_NOTIFY_BUILD_DLL */
-# define TAO_RT_Notify_Export ACE_Proper_Import_Flag
-# define TAO_RT_NOTIFY_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define TAO_RT_NOTIFY_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* TAO_RT_NOTIFY_BUILD_DLL */
-#else /* TAO_RT_NOTIFY_HAS_DLL == 1 */
-# define TAO_RT_Notify_Export
-# define TAO_RT_NOTIFY_SINGLETON_DECLARATION(T)
-# define TAO_RT_NOTIFY_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* TAO_RT_NOTIFY_HAS_DLL == 1 */
-
-#endif /* TAO_RT_NOTIFY_EXPORT_H */
-
-// End of auto generated file.