summaryrefslogtreecommitdiff
path: root/src/cppunit/DefaultProtector.h
blob: c2c3d02c0190f5a341942b2f7dbf279c36bc941f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CPPUNIT_DEFAULTPROTECTOR_H
#define CPPUNIT_DEFAULTPROTECTOR_H

#include <cppunit/Protector.h>

CPPUNIT_NS_BEGIN

class DefaultProtector : public Protector
{
public:
  bool protect( const Functor &functor,
                const ProtectorContext &context );
};

CPPUNIT_NS_END

#endif // CPPUNIT_DEFAULTPROTECTOR_H