User: hr      
Date: 2007-09-26 14:40:06+0000
Modified:
   dba/dbaccess/source/core/dataaccess/databasedocument.hxx

Log:
 INTEGRATION: CWS dba24a (1.13.6); FILE MERGED
 2007/08/29 13:21:39 oj 1.13.6.1: #i69084# lock and release mutex

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: databasedocument.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasedocument.hxx?r1=1.13&r2=1.14
Delta lines:  +11 -1
--------------------
--- databasedocument.hxx        2007-07-24 12:04:48+0000        1.13
+++ databasedocument.hxx        2007-09-26 14:40:04+0000        1.14
@@ -138,9 +138,12 @@
                        The media descriptor
                @param  _xStorageToSaveTo
                        The storage which should be used for saving
+        @param  _rGuard
+            The gurad will be clear before notifying
        */
        void store(const ::rtl::OUString& sURL
-                        , const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue>& lArguments);
+                        , const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue>& lArguments
+             ,ModelMethodGuard& _rGuard);
 
     /** notifies the global event broadcaster
         @param  _sEventName
@@ -359,6 +362,13 @@
     */
     ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess 
>
             impl_getDocumentContainer_throw( ODatabaseModelImpl::ObjectType 
_eType );
+
+    /** clears the guard before notifying.
+    *
+    * \param _bModified 
+    * \param _rGuard 
+    */
+    void setModified( sal_Bool _bModified,ModelMethodGuard& _rGuard );
 };
 
 //........................................................................




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

Reply via email to