User: rt Date: 2007-07-06 08:29:01+0000 Modified: dba/dbaccess/source/ui/inc/directsql.hxx
Log: INTEGRATION: CWS oj14 (1.4.8); FILE MERGED 2007/06/04 18:41:04 oj 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/25 13:03:09 oj 1.4.8.1: new include File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: directsql.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/directsql.hxx?r1=1.5&r2=1.6 Delta lines: +4 -0 ------------------- --- directsql.hxx 2007-05-10 10:32:15+0000 1.5 +++ directsql.hxx 2007-07-06 08:28:58+0000 1.6 @@ -62,6 +62,9 @@ #ifndef _UNOTOOLS_EVENTLISTENERADAPTER_HXX_ #include <unotools/eventlisteneradapter.hxx> #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif #ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> #endif @@ -79,6 +82,7 @@ ,public ::utl::OEventListenerAdapter { protected: + OModuleClient m_aModuleClient; ::osl::Mutex m_aMutex; FixedLine m_aFrame; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
