summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/ifr_service_export.h
blob: bdfebe872d4bddb9a18687121c8c54ecb3fa9ffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

// -*- C++ -*-
// $Id$
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl
// ------------------------------
#ifndef TAO_IFRSERVICE_EXPORT_H
#define TAO_IFRSERVICE_EXPORT_H

#include "ace/config-all.h"

#if !defined (TAO_IFRSERVICE_HAS_DLL)
#  define TAO_IFRSERVICE_HAS_DLL 1
#endif /* ! TAO_IFRSERVICE_HAS_DLL */

#if defined (TAO_IFRSERVICE_HAS_DLL) && (TAO_IFRSERVICE_HAS_DLL == 1)
#  if defined (TAO_IFRSERVICE_BUILD_DLL)
#    define TAO_IFRService_Export ACE_Proper_Export_Flag
#    define TAO_IFRSERVICE_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
#    define TAO_IFRSERVICE_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
#  else /* TAO_IFRSERVICE_BUILD_DLL */
#    define TAO_IFRService_Export ACE_Proper_Import_Flag
#    define TAO_IFRSERVICE_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
#    define TAO_IFRSERVICE_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
#  endif /* TAO_IFRSERVICE_BUILD_DLL */
#else /* TAO_IFRSERVICE_HAS_DLL == 1 */
#  define TAO_IFRService_Export
#  define TAO_IFRSERVICE_SINGLETON_DECLARATION(T)
#  define TAO_IFRSERVICE_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
#endif /* TAO_IFRSERVICE_HAS_DLL == 1 */

#endif /* TAO_IFRSERVICE_EXPORT_H */

// End of auto generated file.