1 // <handle> -*- C++ -*-
2 /* === E T L =============================================================== */
5 ** \brief Template Object Handle
8 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
9 ** Copyright (c) 2008 Chris Moore
11 ** This package is free software; you can redistribute it and/or
12 ** modify it under the terms of the GNU General Public License as
13 ** published by the Free Software Foundation; either version 2 of
14 ** the License, or (at your option) any later version.
16 ** This package is distributed in the hope that it will be useful,
17 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 ** General Public License for more details.
22 /* ========================================================================= */
24 /* === S T A R T =========================================================== */
29 /* === H E A D E R S ======================================================= */
31 #include "etl_config.h"
33 // include the next line in an attempt to increase stability
34 // it seems to make things much *less* stable on MS Windows
36 #ifdef HAVE_LIBPTHREAD
37 #define ETL_LOCK_REFCOUNTS
41 #ifdef ETL_LOCK_REFCOUNTS
47 /* === E N D =============================================================== */