• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List

inline.h

00001 /**********************************************************************
00002  * $Id: inline.h 2556 2009-06-06 22:22:28Z strk $
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 
00026 #endif // ndef GEOS_INLINE_H

Generated on Thu Jul 22 2010 for GEOS by  doxygen 1.7.1