Kaydet (Commit) 7b44a0ec authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED

2006/03/24 15:36:15 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
üst e0465293
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: RelationDlg.hxx,v $ * $RCSfile: RelationDlg.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 15:33:13 $ * last change: $Author: hr $ $Date: 2006-06-20 03:13:07 $
* *
* 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.
...@@ -72,12 +72,12 @@ namespace dbaui ...@@ -72,12 +72,12 @@ namespace dbaui
OTableListBoxControl* m_pTableControl; OTableListBoxControl* m_pTableControl;
OJoinTableView::OTableWindowMap* m_pTableMap; OJoinTableView::OTableWindowMap* m_pTableMap;
FixedLine aFL_CascUpd; FixedLine aFL_CascUpd;
RadioButton aRB_NoCascUpd, RadioButton aRB_NoCascUpd,
aRB_CascUpd, aRB_CascUpd,
aRB_CascUpdNull, aRB_CascUpdNull,
aRB_CascUpdDefault; aRB_CascUpdDefault;
FixedLine aFL_CascDel; FixedLine aFL_CascDel;
RadioButton aRB_NoCascDel, RadioButton aRB_NoCascDel,
aRB_CascDel, aRB_CascDel,
aRB_CascDelNull, aRB_CascDelNull,
...@@ -122,7 +122,7 @@ namespace dbaui ...@@ -122,7 +122,7 @@ namespace dbaui
/** notifyConnectionChange is callback which is called when the table selection has changed and a new connection exists /** notifyConnectionChange is callback which is called when the table selection has changed and a new connection exists
@param _pConnectionData the connection which exists between the new tables @param _pConnectionData the connection which exists between the new tables
*/ */
virtual void notifyConnectionChange(OTableConnectionData* _pConnectionData); virtual void notifyConnectionChange();
protected: protected:
void Init(ORelationTableConnectionData* _pConnData); void Init(ORelationTableConnectionData* _pConnData);
......
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