class beatbutton: public button { public: beatbutton(app* owner, csclient* c); int operator()(); protected: void process_data(); app* owner_; csclient* pclient_; };