summaryrefslogtreecommitdiffstats
path: root/libvtv/testsuite/parts-test-extra-parts-views.h
blob: 0784c0ecdaad9ecca11672090749ce6b76d40a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _EXTRA_PARTS_VIEWS_H_
#define _EXTRA_PARTS_VIEWS_H_

#include "parts-test-extra-parts.h"

class ExtraPartsViews : public ExtraParts {
 public:
  ExtraPartsViews ();
  virtual ~ExtraPartsViews ();

  virtual void ToolkitInitialized ();
};

#endif /* _EXTRA_PARTS_VIEWS_H_ */
OpenPOWER on IntegriCloud