]> git.ipfire.org Git - thirdparty/gcc.git/blob - libvtv/testsuite/parts-test-extra-parts.h
4ed2a4ce1a01d642645d01f76d165e49c3fc96ae
[thirdparty/gcc.git] / libvtv / testsuite / parts-test-extra-parts.h
1 #ifndef _EXTRA_PARTS_H_
2 #define _EXTRA_PARTS_H_
3
4 class ExtraParts {
5 public:
6 ExtraParts ();
7 virtual ~ExtraParts ();
8
9 virtual void PreEarlyInitialization ();
10 virtual void ToolkitInitialized ();
11 };
12
13 #endif /* _EXTRA_PARTS_H_ */