summaryrefslogtreecommitdiff
path: root/examples/DumperPlugIn/DumperPlugIn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/DumperPlugIn/DumperPlugIn.cpp')
-rw-r--r--examples/DumperPlugIn/DumperPlugIn.cpp10
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 )
{
}