Contents
#include <imultiworker.h> struct Work: public Element { // methods virtual void work () = 0; };