|
BWAPI
|
00001 // Copyright (c) 2000 Max-Planck-Institute Saarbruecken (Germany). 00002 // All rights reserved. 00003 // 00004 // This file is part of CGAL (www.cgal.org); you may redistribute it under 00005 // the terms of the Q Public License version 1.0. 00006 // See the file LICENSE.QPL distributed with CGAL. 00007 // 00008 // Licensees holding a valid commercial license may use this file in 00009 // accordance with the commercial license agreement provided with the software. 00010 // 00011 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00012 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00013 // 00014 // $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch/Nef_2/include/CGAL/Nef_2/Object_handle.h $ 00015 // $Id: Object_handle.h 45448 2008-09-09 16:03:25Z spion $ 00016 // 00017 // 00018 // Author(s) : Stefan Schirra 00019 // Andreas Fabri 00020 // Geert-Jan Giezeman 00021 // Michael Seel 00022 // Sylvain Pion 00023 // ====================================================================== 00024 00025 #ifndef CGAL_OBJECT_HANDLE_H 00026 #define CGAL_OBJECT_HANDLE_H 00027 00028 #include <CGAL/Object.h> 00029 00030 CGAL_BEGIN_NAMESPACE 00031 00032 typedef Object Object_handle; 00033 00034 CGAL_END_NAMESPACE 00035 00036 #endif // CGAL_OBJECT_HANDLE_H
1.7.6.1