// AUTOGENERATED -- do not edit #ifndef libcxx_autogen_suppress_ public: //! Let's be busy, for a while. template < typename param_type_1> void were_busy( param_type_1 && param_1) { this->sendevent(&busythreadObj::dispatch_were_busy, this, std::forward(param_1)); } //! The window closed button was pressed void window_close_button_pressed() { this->sendevent(&busythreadObj::dispatch_window_close_button_pressed, this); } private: //! Internal implementation of the were_busy() message void dispatch_were_busy( //! Message parameter const mcguffin_t &mcguffin) ; //! Internal implementation of the window_close_button_pressed() message void dispatch_window_close_button_pressed() ; #endif