CppUnit project page
FAQ
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
cppunit
DefaultProtector.h
Go to the documentation of this file.
1
#ifndef CPPUNIT_DEFAULTPROTECTOR_H
2
#define CPPUNIT_DEFAULTPROTECTOR_H
3
4
#include <
cppunit/Protector.h
>
5
6
CPPUNIT_NS_BEGIN
7
17
class
DefaultProtector
:
public
Protector
18
{
19
public
:
20
bool
protect
(
const
Functor
&functor,
21
const
ProtectorContext
&context );
22
};
23
24
CPPUNIT_NS_END
25
26
#endif // CPPUNIT_DEFAULTPROTECTOR_H
27
Send comments to:
CppUnit Developers