X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/a9318661e45dfb9853c6aba811670571a5ec3ea2..88a2de0cf5c428010ead213c009309f9311abcbc:/Client/include/principal.h diff --git a/Client/include/principal.h b/Client/include/principal.h index c235ebf..80dd691 100644 --- a/Client/include/principal.h +++ b/Client/include/principal.h @@ -21,7 +21,7 @@ protected: // Dialogo de Conectar DlgConectar *dlg_conectar; - Gtk::Entry *txt_get; + Gtk::Entry *txt_target, *txt_command, *txt_args; Gtk::TextView *txt_view; // Callbacks del menu y la barra @@ -32,7 +32,7 @@ protected: virtual void on_get_clicked(); // Callbacks para las conexiones void on_conexion_ok(); - void on_conexion_error(); + void on_conexion_error(unsigned code); }; #endif // _PRINCIPAL_H_