Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxInstUpo.h

00001 /*
00002  *  Copyright (c) 2002, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *
00006  *  Author(s):
00007  *  Dennis Koelma (koelma@wins.uva.nl)
00008  */
00009 
00010 #ifndef HxInstUpo_h
00011 #define HxInstUpo_h
00012 
00013 
00014 #ifdef HX_MULT_DLL
00015 // we are using multiple dll's
00016 
00017 #   define DllImport    __declspec( dllimport )
00018 #   define DllExport    __declspec( dllexport )
00019 
00020 
00021 #   ifdef HXINSTUPO_EXPORTS
00022 // defined when building HxInstUpo.dll
00023 #       define L_HXINSTUPO DllExport
00024 #       ifndef HX_EXPORT_TEMPLATE
00025 #       define HX_EXPORT_TEMPLATE
00026 #       endif
00027 #   else
00028 #       define L_HXINSTUPO DllImport
00029 #   endif
00030 
00031 #else
00032 
00033 #   define L_HXINSTUPO
00034 #   ifndef HX_EXPORT_TEMPLATE
00035 #   define HX_EXPORT_TEMPLATE
00036 #   endif
00037 
00038 #endif
00039 
00040 #endif

Generated on Mon Jan 27 15:48:46 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001