Tag: cws_src680_dba24 User: oj Date: 05/02/22 00:56:34 Modified: /dba/dbaccess/source/ui/app/ AppController.cxx
Log: #i43248# remove lock mutex in getModel File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.12.4.4&r2=1.12.4.5 Delta lines: +3 -4 ------------------- --- AppController.cxx 21 Feb 2005 13:10:38 -0000 1.12.4.4 +++ AppController.cxx 22 Feb 2005 08:56:31 -0000 1.12.4.5 @@ -2,9 +2,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.12.4.4 $ + * $Revision: 1.12.4.5 $ * - * last change: $Author: oj $ $Date: 2005/02/21 13:10:38 $ + * last change: $Author: oj $ $Date: 2005/02/22 08:56:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2305,7 +2305,6 @@ // ----------------------------------------------------------------------------- Reference< XModel > SAL_CALL OApplicationController::getModel(void) throw( RuntimeException ) { - ::osl::MutexGuard aGuard(m_aMutex); return m_xModel; } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
