Kaydet (Commit) 09506d2a authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS ucbfixes06 (1.18.54); FILE MERGED

2008/01/21 12:23:02 kso 1.18.54.1: #i85139# - Adapted to changed ucbhelper API.
üst 36c4d854
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: webdavprovider.cxx,v $ * $RCSfile: webdavprovider.cxx,v $
* *
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* last change: $Author: ihi $ $Date: 2007-06-05 18:22:00 $ * last change: $Author: obo $ $Date: 2008-03-25 14:58:43 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -207,13 +207,13 @@ ContentProvider::queryContent( ...@@ -207,13 +207,13 @@ ContentProvider::queryContent(
if ( xContent.is() ) if ( xContent.is() )
return xContent; return xContent;
// Create a new content. Note that the content will insert itself // Create a new content.
// into providers content list by calling addContent(...) from it's ctor.
try try
{ {
xContent = new ::webdav_ucp::Content( xContent = new ::webdav_ucp::Content(
m_xSMgr, this, xCanonicId, m_xDAVSessionFactory ); m_xSMgr, this, xCanonicId, m_xDAVSessionFactory );
registerNewContent( xContent );
} }
catch ( ucb::ContentCreationException const & ) catch ( ucb::ContentCreationException const & )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment