CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

DefaultProtector.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_DEFAULTPROTECTOR_H
00002 #define CPPUNIT_DEFAULTPROTECTOR_H
00003 
00004 #include <cppunit/Protector.h>
00005 
00006 CPPUNIT_NS_BEGIN
00007 
00017 class DefaultProtector : public Protector
00018 {
00019 public:
00020   bool protect( const Functor &functor,
00021                 const ProtectorContext &context );
00022 };
00023 
00024 CPPUNIT_NS_END
00025 
00026 #endif // CPPUNIT_DEFAULTPROTECTOR_H
00027 

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers