System documentation of the GNU Image-Finding Tool

libMRML/include/uses-declarations.h
1 /* -*- mode: c++ -*-
2 
3 Path: ./libMRML/include/uses-declarations.h
4 */
5 /*
6 
7  GIFT, a flexible content based image retrieval system.
8  Copyright (C) 1998, 1999, 2000, 2001, 2002, CUI University of Geneva
9 
10  Copyright (C) 2003, 2004 Bayreuth University
11  2005 Bamberg University
12  This program is free software; you can redistribute it and/or modify
13  it under the terms of the GNU General Public License as published by
14  the Free Software Foundation; either version 2 of the License, or
15  (at your option) any later version.
16 
17  This program is distributed in the hope that it will be useful,
18  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  GNU General Public License for more details.
21 
22  You should have received a copy of the GNU General Public License
23  along with this program; if not, write to the Free Software
24  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 
26 */
27 /*
28 
29  Author: Wolfgang Müller (via perl script)
30 
31  use namespace definitions for libMRML.
32  to be included into all include files of this
33  library
34 */
35 #ifndef _LIBMRML_USES_DECLARATIONS_
36 #define _LIBMRML_USES_DECLARATIONS_
37 
38 using namespace std;
39 
40 #endif
41 

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen