Kaydet (Commit) ee284d1a authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS updchk06 (1.16.12); FILE MERGED

2007/06/15 07:08:12 kso 1.16.12.1: #29340# - Support for NameClashResolveRequest - part 1 (not yet finished)
üst 8d082f42
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: iahndl.hxx,v $ * $RCSfile: iahndl.hxx,v $
* *
* $Revision: 1.16 $ * $Revision: 1.17 $
* *
* last change: $Author: obo $ $Date: 2007-01-23 08:09:05 $ * last change: $Author: rt $ $Date: 2007-07-06 14:29:36 $
* *
* 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.
...@@ -95,6 +95,7 @@ namespace com { namespace sun { namespace star { ...@@ -95,6 +95,7 @@ namespace com { namespace sun { namespace star {
namespace ucb { namespace ucb {
class AuthenticationRequest; class AuthenticationRequest;
class HandleCookiesRequest; class HandleCookiesRequest;
class NameClashResolveRequest;
} }
namespace uno { namespace uno {
class RuntimeException; class RuntimeException;
...@@ -218,6 +219,14 @@ private: ...@@ -218,6 +219,14 @@ private:
rContinuations) rContinuations)
SAL_THROW((com::sun::star::uno::RuntimeException)); SAL_THROW((com::sun::star::uno::RuntimeException));
void
handleNameClashResolveRequest(
com::sun::star::ucb::NameClashResolveRequest const & rRequest,
com::sun::star::uno::Sequence< com::sun::star::uno::Reference<
com::sun::star::task::XInteractionContinuation > > const &
rContinuations)
SAL_THROW((com::sun::star::uno::RuntimeException));
void void
handleMasterPasswordRequest( handleMasterPasswordRequest(
com::sun::star::task::PasswordRequestMode nMode, com::sun::star::task::PasswordRequestMode nMode,
......
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