summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/diamond_export.h
blob: f6682fa9fe86212994e2a52ea7823bcd71909ebc (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
35
36
// -*- C++ -*-
// $Id$
// Definition for Win32 Export directives.
// This file is generated automatically by
// ${ACE_ROOT}/GenExportH.BAT
// ------------------------------
#if !defined (Diamond_EXPORT_H)
#define Diamond_EXPORT_H

#include "ace/OS.h"

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

#if defined (Diamond_HAS_DLL)
#  if (Diamond_HAS_DLL == 1)
#    if defined (Diamond_BUILD_DLL)
#      define Diamond_Export ACE_Proper_Export_Flag
#      define Diamond_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
#    else
#      define Diamond_Export ACE_Proper_Import_Flag
#      define Diamond_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
#    endif /* Diamond_BUILD_DLL */
#  else
#    define Diamond_Export
#    define Diamond_SINGLETON_DECLARATION(T)
#  endif   /* ! Diamond_HAS_DLL == 1 */
#else
#  define Diamond_Export
#  define Diamond_SINGLETON_DECLARATION(T)
#endif     /* Diamond_HAS_DLL */

#endif     /* Diamond_EXPORT_H */

// End of auto generated file.