Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / tags / ETL_0_04_10_rc3 / ETL / handle
1 // <handle> -*- C++ -*-
2 /* === E T L =============================================================== */
3 /*!     \file handle
4 **      $Id$
5 **      \brief Template Object Handle
6 **
7 **      \legal
8 **      Copyright (c) 2002 Robert B. Quattlebaum Jr.
9 **
10 **      This package is free software; you can redistribute it and/or
11 **      modify it under the terms of the GNU General Public License as
12 **      published by the Free Software Foundation; either version 2 of
13 **      the License, or (at your option) any later version.
14 **
15 **      This package is distributed in the hope that it will be useful,
16 **      but WITHOUT ANY WARRANTY; without even the implied warranty of
17 **      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18 **      General Public License for more details.
19 **      \endlegal
20 */
21 /* ========================================================================= */
22
23 /* === S T A R T =========================================================== */
24
25 #ifndef __HANDLE__
26 #define __HANDLE__
27
28 /* === H E A D E R S ======================================================= */
29
30 #include "etl_config.h"
31
32 #include "_handle.h"
33
34 /* === E N D =============================================================== */
35
36 #endif