diff options
Diffstat (limited to 'src/cppunit/Outputter.cpp')
| -rw-r--r-- | src/cppunit/Outputter.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/cppunit/Outputter.cpp b/src/cppunit/Outputter.cpp new file mode 100644 index 0000000..c011b1d --- /dev/null +++ b/src/cppunit/Outputter.cpp @@ -0,0 +1,21 @@ +#include <cppunit/Outputter.h> + + +namespace CppUnit +{ + + + + +Outputter::Outputter() +{ +} + + +Outputter::~Outputter() +{ +} + + +} // namespace CppUnit + |
