summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs/provider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/gvfs/provider.cxx')
-rw-r--r--ucb/source/ucp/gvfs/provider.cxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/ucb/source/ucp/gvfs/provider.cxx b/ucb/source/ucp/gvfs/provider.cxx
index 7fa569f7c0f6..4e60142871a1 100644
--- a/ucb/source/ucp/gvfs/provider.cxx
+++ b/ucb/source/ucp/gvfs/provider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: provider.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 13:54:42 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 18:04:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,8 +52,9 @@ using namespace gvfs;
//=========================================================================
//=========================================================================
-ContentProvider::ContentProvider(const uno::Reference< lang::XMultiServiceFactory >& rSMgr )
- : ::ucb::ContentProviderImplHelper( rSMgr )
+ContentProvider::ContentProvider(
+ const uno::Reference< lang::XMultiServiceFactory >& rSMgr )
+: ::ucbhelper::ContentProviderImplHelper( rSMgr )
{
}
// sdafas
@@ -135,11 +136,11 @@ ContentProvider::queryContent(
// #endif
// throw com::sun::star::ucb::IllegalIdentifierException();
// }
- vos::OGuard aGuard( m_aMutex );
+ osl::MutexGuard aGuard( m_aMutex );
// Check, if a content with given id already exists...
uno::Reference< com::sun::star::ucb::XContent > xContent
- = queryExistingContent( Identifier ).getBodyPtr();
+ = queryExistingContent( Identifier ).get();
if ( xContent.is() )
return xContent;