Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / tags / 0.4.11 / ETL / status
1 #ifdef THIS_CODE_IS_NOT_USED
2 // <status> -*- C++ -*-
3 /*! ========================================================================
4 ** Extended Template and Library
5 ** Status Callback Class
6 ** $Id$
7 **
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 **
20 ** === N O T E S ===========================================================
21 **
22 ** ========================================================================= */
23
24 /* === S T A R T =========================================================== */
25
26 #ifndef __STATUS__
27 #define __STATUS__
28
29 /* === H E A D E R S ======================================================= */
30
31 #include "etl_config.h"
32
33 #include "_status.h"
34
35 /* === E N D =============================================================== */
36
37 #endif
38 #endif /* THIS_CODE_IS_NOT_USED */