diff options
Diffstat (limited to 'examples/DumperPlugIn/DumperPlugIn.cpp')
-rw-r--r-- | examples/DumperPlugIn/DumperPlugIn.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/DumperPlugIn/DumperPlugIn.cpp b/examples/DumperPlugIn/DumperPlugIn.cpp index 0131d14..f7b545e 100644 --- a/examples/DumperPlugIn/DumperPlugIn.cpp +++ b/examples/DumperPlugIn/DumperPlugIn.cpp @@ -41,6 +41,16 @@ public: } + void addXmlOutputterHooks( CppUnit::XmlOutputter *outputter ) + { + } + + + void removeXmlOutputterHooks() + { + } + + void uninitialize( CppUnit::TestFactoryRegistry *registry ) { } |