Tag: cws_dev300_odbmacros3 User: fs Date: 2008-07-29 07:09:59+0000 Modified: dba/dbaccess/source/core/dataaccess/ModelImpl.hxx
Log: ModelMethodGuard: clear and reset not needed (already provided by base class) File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.hxx?r1=1.24.4.4&r2=1.24.4.5 Delta lines: +1 -11 -------------------- --- ModelImpl.hxx 2008-07-28 06:24:16+0000 1.24.4.4 +++ ModelImpl.hxx 2008-07-29 07:09:56+0000 1.24.4.5 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ModelImpl.hxx,v $ - * $Revision: 1.24.4.4 $ + * $Revision: 1.24.4.5 $ * * This file is part of OpenOffice.org. * @@ -746,16 +746,6 @@ ~ModelMethodGuard() { } - - inline void clear() - { - BaseMutexGuard::clear(); - } - - inline void reset() - { - BaseMutexGuard::reset(); - } }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
