User: hr Date: 06/06/19 18:49:01 Modified: /dba/connectivity/source/drivers/mozab/bootstrap/ MNSRunnable.cxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:54 fs 1.3.30.2: #i57457# warning-free code 2005/11/07 14:43:54 fs 1.3.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/mozab/bootstrap/ ============================================================ File [changed]: MNSRunnable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/bootstrap/MNSRunnable.cxx?r1=1.3&r2=1.4 Delta lines: +5 -2 ------------------- --- MNSRunnable.cxx 8 Sep 2005 06:26:28 -0000 1.3 +++ MNSRunnable.cxx 20 Jun 2006 01:48:59 -0000 1.4 @@ -44,14 +44,15 @@ #include "MQuery.hxx" #endif -#include <nsIProxyObjectManager.h> - #ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> #endif #ifndef _OSL_CONDITN_HXX_ #include <osl/conditn.hxx> #endif + +#include "pre_include_mozilla.h" +#include <nsIProxyObjectManager.h> // More Mozilla includes for LDAP Connection Test #include "prprf.h" #include "nsILDAPURL.h" @@ -60,6 +61,7 @@ #include "nsILDAPErrors.h" #include "nsILDAPConnection.h" #include "nsILDAPOperation.h" +#include "post_include_mozilla.h" using namespace connectivity::mozab; @@ -78,6 +80,7 @@ this, PROXY_SYNC, (void**)&_ProxiedObject); + (void)rv; _ProxiedObject->AddRef(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
