diff options
Diffstat (limited to 'libvtv/testsuite/libvtv.cc/parts-test-extra-parts.cpp')
-rw-r--r-- | libvtv/testsuite/libvtv.cc/parts-test-extra-parts.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libvtv/testsuite/libvtv.cc/parts-test-extra-parts.cpp b/libvtv/testsuite/libvtv.cc/parts-test-extra-parts.cpp new file mode 100644 index 00000000000..dbd3dbfd8f5 --- /dev/null +++ b/libvtv/testsuite/libvtv.cc/parts-test-extra-parts.cpp @@ -0,0 +1,15 @@ +#include "parts-test-extra-parts.h" + +ExtraParts::ExtraParts () {} + +ExtraParts::~ExtraParts () {} + +void +ExtraParts::ToolkitInitialized () +{ +} + +void +ExtraParts::PreEarlyInitialization () +{ +} |