]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/include/principal.h
cambio la sintaxis XML de las compuertas
[z.facultad/75.42/plaqui.git] / Client / include / principal.h
index e781d427fd9f8dfec0ebb4ff69fc0272c70da161..5f78d99e98f525d09d26aef5ee5138c27fd09ec7 100644 (file)
@@ -83,11 +83,13 @@ protected:
        virtual void on_btn_pause_clicked();
        virtual bool on_item_clicked(GdkEventButton *, ViewItem *);
        virtual bool on_workplace_expose_event(GdkEventExpose *);
+       virtual bool on_delete_event(GdkEventAny *);
        
        // Callbacks para las conexiones
        void on_conexion_finished();
        void on_conexion_ok(const std::string &body);
-       void on_conexion_error(unsigned code);
+       void on_conexion_fatal_error(const PlaQui::Server::ControlClient::Error& code, const std::string& desc);
+       void on_conexion_error(unsigned code, const std::string& desc);
        void on_conexion_frame(const std::string &frame);
 };