Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Export.h

Go to the documentation of this file.
00001 /* SimData: Data Infrastructure for Simulations
00002  * Copyright (C) 2002 Mark Rose <tm2@stm.lbl.gov>
00003  * 
00004  * This file is part of SimData.
00005  * 
00006  * This program is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License
00008  * as published by the Free Software Foundation; either version 2
00009  * of the License, or (at your option) any later version.
00010  * 
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  * 
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00019  */
00020 
00021 
00027 #ifndef __SIMDATA_EXPORT_H__
00028 #define __SIMDATA_EXPORT_H__
00029 
00030 #if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)
00031         #  ifdef SIMDATA_EXPORTS
00032         #    define SIMDATA_EXPORT   __declspec(dllexport)
00033         #  else
00034         #    define SIMDATA_EXPORT   __declspec(dllimport)
00035         #  endif // SIMDATA_EXPORTS
00036 #else
00037         #  define SIMDATA_EXPORT
00038 #endif
00039 
00040 # if defined(_MSC_VER) && (_MSC_VER <= 1310)
00041 #pragma warning (disable : 4786 4251 4290)
00042 # endif
00043 
00044 
00045 #endif // __SIMDATA_EXPORT_H__
00046 

SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage.

Generated on Tue Oct 14 12:06:38 2003, using Doxygen 1.2.18.

[SF.net]