Kaydet (Commit) 2f4bc157 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qiq (1.2.122); FILE MERGED

2006/05/10 11:02:50 fs 1.2.122.1: #i51143# base class (TableWindow) now also allows to hold a query - we ourself don't
üst b8a53722
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: RTableWindow.hxx,v $ * $RCSfile: RTableWindow.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:36:00 $ * last change: $Author: obo $ $Date: 2006-07-10 15:45:20 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,6 +53,8 @@ namespace dbaui ...@@ -53,6 +53,8 @@ namespace dbaui
The composed name or the window name. The composed name or the window name.
*/ */
virtual ::rtl::OUString GetName() const { return GetComposedName(); } virtual ::rtl::OUString GetName() const { return GetComposedName(); }
virtual bool allowQueries() const;
}; };
} }
#endif //DBAUI_RELTABLEWINDOW_HXX #endif //DBAUI_RELTABLEWINDOW_HXX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment