Kaydet (Commit) 395e46ed authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED

2006/03/24 15:36:19 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
üst b11ecc83
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: paramdialog.hxx,v $ * $RCSfile: paramdialog.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 15:59:49 $ * last change: $Author: hr $ $Date: 2006-06-20 03:18:14 $
* *
* 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.
...@@ -36,6 +36,10 @@ ...@@ -36,6 +36,10 @@
#ifndef _DBAUI_PARAMDIALOG_HXX_ #ifndef _DBAUI_PARAMDIALOG_HXX_
#define _DBAUI_PARAMDIALOG_HXX_ #define _DBAUI_PARAMDIALOG_HXX_
#ifndef _DBAUI_COMMON_TYPES_HXX_
#include "commontypes.hxx"
#endif
#ifndef _DIALOG_HXX #ifndef _DIALOG_HXX
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#endif #endif
...@@ -115,9 +119,7 @@ namespace dbaui ...@@ -115,9 +119,7 @@ namespace dbaui
::dbtools::OPredicateInputController ::dbtools::OPredicateInputController
m_aPredicateInput; m_aPredicateInput;
void* m_pVisitedParams; ByteVector m_aVisitedParams;
// this is a vector of BOOLs, but as this file is exported we don't want to include the stl here ...
// TODO: now that we migrated the dialog and do not export the file anymore, give it a better implementation ...
Timer m_aResetVisitFlag; Timer m_aResetVisitFlag;
// we reset the "visited flag" 1 second after and entry has been selected // we reset the "visited flag" 1 second after and entry has been selected
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: sbamultiplex.hxx,v $ * $RCSfile: sbamultiplex.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:02:45 $ * last change: $Author: hr $ $Date: 2006-06-20 03:18:48 $
* *
* 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.
...@@ -167,9 +167,9 @@ namespace dbaui ...@@ -167,9 +167,9 @@ namespace dbaui
#define IMPLEMENT_LISTENER_MULTIPLEXER_CORE(classname, listenerclass) \ #define IMPLEMENT_LISTENER_MULTIPLEXER_CORE(classname, listenerclass) \
\ \
/*................................................................*/ \ /*................................................................*/ \
classname::classname(::cppu::OWeakObject& rSource, ::osl::Mutex& rMutex) \ classname::classname(::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex) \
:OSbaWeakSubObject(rSource) \ :OSbaWeakSubObject(rSource) \
,OInterfaceContainerHelper(rMutex) \ ,OInterfaceContainerHelper(_rMutex) \
{ \ { \
} \ } \
\ \
......
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