4 * Copyright (c) 2003, 2004
7 * This material is provided "as is", with absolutely no warranty expressed
8 * or implied. Any use is at your own risk.
10 * Permission to use or copy this software for any purpose is hereby granted
11 * without fee, provided the above notices are retained on all copies.
12 * Permission to modify the code and to distribute modified code is granted,
13 * provided the above notices are retained, and a notice that the code was
14 * modified is included with the above copyright notice.
20 #ifndef CDS_CPPUNIT_PROXYINTERFACE_H_
21 #define CDS_CPPUNIT_PROXYINTERFACE_H_
26 #if !defined (CPPUNIT_MINI_USE_EXCEPTIONS) && \
27 (!defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS))
28 # define CPPUNIT_MINI_USE_EXCEPTIONS
31 #include "cppunit/cppunit_mini.h"
32 #include <cds/algo/atomic.h> // for cds::atomicity::empty_item_counter
34 #endif // #ifndef CDS_CPPUNIT_PROXYINTERFACE_H_