Tag: cws_src680_mozab05
User: windly  
Date: 05/01/31 23:33:00

Modified:
 /dba/connectivity/source/drivers/mozab/mozillasrc/
  MNSMozabProxy.cxx, MNSMozabProxy.hxx

Log:
 #i20088# run should have a return value to give a chance to return some values

File Changes:

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.2.46.3&r2=1.2.46.4
Delta lines:  +6 -6
-------------------
--- MNSMozabProxy.cxx   28 Jan 2005 07:21:44 -0000      1.2.46.3
+++ MNSMozabProxy.cxx   1 Feb 2005 07:32:57 -0000       1.2.46.4
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: MNSMozabProxy.cxx,v $
  *
- *  $Revision: 1.2.46.3 $
+ *  $Revision: 1.2.46.4 $
  *
- *  last change: $Author: windly $ $Date: 2005/01/28 07:21:44 $
+ *  last change: $Author: windly $ $Date: 2005/02/01 07:32:57 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -159,7 +159,7 @@
        return m_Profile;
 }
 
-void SAL_CALL MNSMozabProxy::run(  ) throw 
(::com::sun::star::uno::RuntimeException)
+sal_Int32 SAL_CALL MNSMozabProxy::run(  ) throw 
(::com::sun::star::uno::RuntimeException)
 {
 #if OSL_DEBUG_LEVEL > 0    
        OSL_TRACE( "IN : MNSMozabProxy::Run() Caller thread :%4d \n" , 
m_oThreadID );
@@ -168,7 +168,7 @@
 #endif
        nsresult rv = NS_ERROR_INVALID_ARG;
        if (m_Args == NULL)
-       return ;//NS_ERROR_INVALID_ARG;
+       return NS_ERROR_INVALID_ARG;
     switch(m_Args->funcIndex)
     {
        case ProxiedFunc::FUNC_TESTLDAP_INIT_LDAP:
@@ -206,9 +206,9 @@
                }
                break;
     default:
-               return ;//NS_ERROR_INVALID_ARG;
+               return NS_ERROR_INVALID_ARG;
     }
-    return ;
+    return rv;
 }
 
 nsresult MNSMozabProxy::QueryHelperStub()

File [changed]: MNSMozabProxy.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.hxx?r1=1.2.46.3&r2=1.2.46.4
Delta lines:  +4 -4
-------------------
--- MNSMozabProxy.hxx   28 Jan 2005 07:21:44 -0000      1.2.46.3
+++ MNSMozabProxy.hxx   1 Feb 2005 07:32:57 -0000       1.2.46.4
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: MNSMozabProxy.hxx,v $
  *
- *  $Revision: 1.2.46.3 $
+ *  $Revision: 1.2.46.4 $
  *
- *  last change: $Author: windly $ $Date: 2005/01/28 07:21:44 $
+ *  last change: $Author: windly $ $Date: 2005/02/01 07:32:57 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -131,7 +131,7 @@
             virtual ~MNSMozabProxy();
 
                        //XCodeProxy
-                   virtual void SAL_CALL run(  ) throw 
(::com::sun::star::uno::RuntimeException);
+                   virtual sal_Int32 SAL_CALL run(  ) throw 
(::com::sun::star::uno::RuntimeException);
                        virtual ::com::sun::star::mozilla::MozillaProductType 
SAL_CALL getProductType(  ) throw (::com::sun::star::uno::RuntimeException);
                        virtual ::rtl::OUString SAL_CALL getProfileName(  ) 
throw (::com::sun::star::uno::RuntimeException);
 




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

Reply via email to