inline.h

00001 /**********************************************************************
00002  * $Id: inline.h 1820 2006-09-06 16:54:23Z mloskot $
00003  *
00004  * GEOS - Geometry Engine Open Source
00005  * http://geos.refractions.net
00006  *
00007  * Copyright (C) 2005-2006 Refractions Research Inc.
00008  *
00009  * This is free software; you can redistribute and/or modify it under
00010  * the terms of the GNU Lesser General Public Licence as published
00011  * by the Free Software Foundation. 
00012  * See the COPYING file for more information.
00013  *
00014  **********************************************************************/
00015 
00016 #ifndef GEOS_INLINE_H
00017 #define GEOS_INLINE_H
00018 
00019 #ifdef GEOS_INLINE
00020 # define INLINE inline
00021 #else
00022 # define INLINE
00023 #endif
00024 
00025 #endif // ndef GEOS_INLINE_H

Generated on Fri Mar 27 04:52:47 2009 for GEOS by  doxygen 1.5.4