Develop and Download Open Source Software

Browse CVS Repository

Contents of /jyugem/jyusecs/bee/BEE_Export.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Wed Jan 8 00:31:32 2003 UTC (21 years, 3 months ago) by tom340
Branch: INITIAL, MAIN
CVS Tags: INITIAL_1_0_4, RELEASE-1_0_8, RELEASE-1_1_2, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr
Import

1
2 // -*- C++ -*-
3 // generate_export_file.pl,v 1.9 2002/05/08 21:54:10 nanbor Exp
4 // Definition for Win32 Export directives.
5 // This file is generated automatically by generate_export_file.pl -f BEE BEE
6 // ------------------------------
7 #ifndef BEE_EXPORT_H
8 #define BEE_EXPORT_H
9
10 #include "ace/config-all.h"
11
12 #if defined (BEE)
13 # if !defined (BEE_HAS_DLL)
14 # define BEE_HAS_DLL 0
15 # endif /* ! BEE_HAS_DLL */
16 #else
17 # if !defined (BEE_HAS_DLL)
18 # define BEE_HAS_DLL 1
19 # endif /* ! BEE_HAS_DLL */
20 #endif
21
22 #if defined (BEE_HAS_DLL) && (BEE_HAS_DLL == 1)
23 # if defined (BEE_BUILD_DLL)
24 # define BEE_Export ACE_Proper_Export_Flag
25 # define BEE_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
26 # define BEE_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
27 # else /* BEE_BUILD_DLL */
28 # define BEE_Export ACE_Proper_Import_Flag
29 # define BEE_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
30 # define BEE_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
31 # endif /* BEE_BUILD_DLL */
32 #else /* BEE_HAS_DLL == 1 */
33 # define BEE_Export
34 # define BEE_SINGLETON_DECLARATION(T)
35 # define BEE_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
36 #endif /* BEE_HAS_DLL == 1 */
37
38 #endif /* BEE_EXPORT_H */
39
40 // End of auto generated file.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26