CppUnit project page FAQ

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 
7 
18 {
19 public:
20  bool protect( const Functor &functor,
21  const ProtectorContext &context );
22 };
23 
25 
26 #endif // CPPUNIT_DEFAULTPROTECTOR_H
27 

Send comments to:
CppUnit Developers