diff -urN ../tmp-orig/mysql-query-browser-1.1.1/mysql-query-browser/source/linux/MQBaseModule.h ./mysql-query-browser/source/linux/MQBaseModule.h --- ../tmp-orig/mysql-query-browser-1.1.1/mysql-query-browser/source/linux/MQBaseModule.h 2004-11-06 07:13:10.000000000 +0000 +++ ./mysql-query-browser/source/linux/MQBaseModule.h 2004-11-09 16:14:01.273373168 +0000 @@ -94,9 +94,6 @@ MQMainWindowInterface *_mainw; - bool schemata_fetch_tables(const Glib::ustring &catalog,const Glib::ustring&schema,MYX_SCHEMA_TABLES *&tables); - bool schemata_fetch_sps(const Glib::ustring &catalog,const Glib::ustring&schema,MYX_SCHEMA_STORED_PROCEDURES *&sps); - virtual void set_dispatcher(MQQueryDispatcher *dispatcher); virtual MQBaseTab *get_tab(int index=-1); @@ -110,13 +107,15 @@ void ok_schema_selection(Gtk::TreeView *tree); void cancel_schema_selection(GdkEventAny *a); - void select_schema(); - - void refresh_catalogs(); virtual void catalogs_refreshed() {}; virtual Gtk::Menu *get_tab_menu()= 0; public: + bool schemata_fetch_tables(const Glib::ustring &catalog,const Glib::ustring&schema,MYX_SCHEMA_TABLES *&tables); + bool schemata_fetch_sps(const Glib::ustring &catalog,const Glib::ustring&schema,MYX_SCHEMA_STORED_PROCEDURES *&sps); + void select_schema(); + void refresh_catalogs(); + MQBaseModule(GtkVBox *vbox); Glib::RefPtr get_accel_group() { return _accel_group; };