(root)/
gcc-13.2.0/
libvtv/
testsuite/
libvtv.cc/
parts-test-extra-parts-views.h
       1  #ifndef _EXTRA_PARTS_VIEWS_H_
       2  #define _EXTRA_PARTS_VIEWS_H_
       3  
       4  #include "parts-test-extra-parts.h"
       5  
       6  class ExtraPartsViews : public ExtraParts {
       7   public:
       8    ExtraPartsViews ();
       9    virtual ~ExtraPartsViews ();
      10  
      11    virtual void ToolkitInitialized ();
      12  };
      13  
      14  #endif /* _EXTRA_PARTS_VIEWS_H_ */