Tag: cws_src680_dba202a
User: fs      
Date: 05/11/23 07:41:02

Modified:
 /dba/connectivity/source/drivers/mozab/bootstrap/
  MNSProfile.cxx
 /dba/connectivity/source/drivers/mozab/mozillasrc/
  MNSMozabProxy.cxx

Log:
 #i52789#

File Changes:

Directory: /dba/connectivity/source/drivers/mozab/bootstrap/
============================================================

File [changed]: MNSProfile.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx?r1=1.3&r2=1.3.36.1
Delta lines:  +5 -5
-------------------
--- MNSProfile.cxx      8 Sep 2005 06:24:31 -0000       1.3
+++ MNSProfile.cxx      23 Nov 2005 15:40:59 -0000      1.3.36.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: MNSProfile.cxx,v $
  *
- *  $Revision: 1.3 $
+ *  $Revision: 1.3.36.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 06:24:31 $
+ *  last change: $Author: fs $ $Date: 2005/11/23 15:40:59 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -370,7 +370,7 @@
     
     // if shutDownType is not a well know value, skip the notifications
     // see DoOnShutdown() in nsAppRunner.cpp for where we use this behaviour 
to our benefit
-    if (shutDownType == SHUTDOWN_PERSIST || shutDownType == SHUTDOWN_CLEANSE) {
+    if (shutDownType == (PRUint32)SHUTDOWN_PERSIST || shutDownType == 
(PRUint32)SHUTDOWN_CLEANSE ) {
       nsCOMPtr<nsIObserverService> observerService = 
         do_GetService("@mozilla.org/observer-service;1", &rv);
       NS_ENSURE_TRUE(observerService, NS_ERROR_FAILURE);
@@ -379,7 +379,7 @@
       
       NS_NAMED_LITERAL_STRING(cleanseString, "shutdown-cleanse");
       NS_NAMED_LITERAL_STRING(persistString, "shutdown-persist");
-      const nsAFlatString& context = (shutDownType == SHUTDOWN_CLEANSE) ? 
cleanseString : persistString;
+      const nsAFlatString& context = (shutDownType == 
(PRUint32)SHUTDOWN_CLEANSE) ? cleanseString : persistString;
       
       // Phase 1: See if anybody objects to the profile being changed.
       mProfileChangeVetoed = PR_FALSE;        

Directory: /dba/connectivity/source/drivers/mozab/mozillasrc/
=============================================================

File [changed]: MNSMozabProxy.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.cxx?r1=1.4&r2=1.4.36.1
Delta lines:  +4 -4
-------------------
--- MNSMozabProxy.cxx   8 Sep 2005 06:28:06 -0000       1.4
+++ MNSMozabProxy.cxx   23 Nov 2005 15:41:00 -0000      1.4.36.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: MNSMozabProxy.cxx,v $
  *
- *  $Revision: 1.4 $
+ *  $Revision: 1.4.36.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 06:28:06 $
+ *  last change: $Author: fs $ $Date: 2005/11/23 15:41:00 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -303,7 +303,7 @@
     case nsILDAPMessage::RES_BIND:
         rv = aMessage->GetErrorCode(&errCode);
         // if the login failed
-        if (errCode != nsILDAPErrors::SUCCESS) {
+        if (errCode != (PRInt32)nsILDAPErrors::SUCCESS) {
             setConnectionStatus( sal_False );
         }
         else




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to