gcc/libvtv/testsuite/libvtv.cc/parts-test-extra-parts.h
Caroline Tice 41e96dc8f0 Update libvtv testsuite so that most of the tests now run under
the dejagnu test harness.

From-SVN: r202373
2013-09-08 16:35:14 -07:00

14 lines
234 B
C++

#ifndef _EXTRA_PARTS_H_
#define _EXTRA_PARTS_H_
class ExtraParts {
public:
ExtraParts ();
virtual ~ExtraParts ();
virtual void PreEarlyInitialization ();
virtual void ToolkitInitialized ();
};
#endif /* _EXTRA_PARTS_H_ */