Kaydet (Commit) 135fc9b5 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba204b (1.4.150); FILE MERGED

2006/07/13 11:13:16 fs 1.4.150.1: #i67006# clear pTabWins with a readable, and now correct piece of code
üst ae44d008
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: QueryTabWinShowUndoAct.hxx,v $ * $RCSfile: QueryTabWinShowUndoAct.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:26:03 $ * last change: $Author: rt $ $Date: 2006-07-26 07:48:27 $
* *
* 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.
...@@ -49,6 +49,7 @@ namespace dbaui ...@@ -49,6 +49,7 @@ namespace dbaui
{ {
public: public:
OQueryTabWinShowUndoAct(OQueryTableView* pOwner); OQueryTabWinShowUndoAct(OQueryTableView* pOwner);
~OQueryTabWinShowUndoAct();
virtual void Undo(); virtual void Undo();
virtual void Redo(); virtual void Redo();
...@@ -61,6 +62,7 @@ namespace dbaui ...@@ -61,6 +62,7 @@ namespace dbaui
{ {
public: public:
OQueryTabWinDelUndoAct(OQueryTableView* pOwner); OQueryTabWinDelUndoAct(OQueryTableView* pOwner);
~OQueryTabWinDelUndoAct();
virtual void Undo(); virtual void Undo();
virtual void Redo(); virtual void Redo();
......
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