CppUnit project page | FAQ | CppUnit home page |
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
hosts this site. |
Send comments to: CppUnit Developers |