CppUnit project page | FAQ | CppUnit home page |
00001 #ifndef CPPUNIT_OUTPUTTER_H 00002 #define CPPUNIT_OUTPUTTER_H 00003 00004 #include <cppunit/Portability.h> 00005 00006 00007 CPPUNIT_NS_BEGIN 00008 00009 00013 class CPPUNIT_API Outputter 00014 { 00015 public: 00017 virtual ~Outputter() {} 00018 00019 virtual void write() =0; 00020 }; 00021 00022 00023 CPPUNIT_NS_END 00024 00025 00026 #endif // CPPUNIT_OUTPUTTER_H
hosts this site. |
Send comments to: CppUnit Developers |