class c_misc_handler: public handler { public: c_misc_handler(app* owner); int operator()(); protected: app* owner_; };