Kaydet (Commit) 4c822a8b authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS odbmacros2 (1.7.98); FILE MERGED

2008/01/24 14:10:20 fs 1.7.98.1: during #i49133#: its not necessary at all to have an own implementation for the authentication request - the generic interaction handler can easily do this
üst b9ee95e8
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dbinteraction.hxx,v $ * $RCSfile: dbinteraction.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2007-07-06 08:45:13 $ * last change: $Author: kz $ $Date: 2008-03-06 18:31:11 $
* *
* 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.
...@@ -113,11 +113,6 @@ namespace dbaui ...@@ -113,11 +113,6 @@ namespace dbaui
const ::dbtools::SQLExceptionInfo& _rSqlInfo, const ::dbtools::SQLExceptionInfo& _rSqlInfo,
const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > >& _rContinuations); const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > >& _rContinuations);
/// handle authentication requests
void implHandle(
const ::com::sun::star::ucb::AuthenticationRequest& _rAuthRequest,
const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > >& _rContinuations);
/// handle parameter requests /// handle parameter requests
void implHandle( void implHandle(
const ::com::sun::star::sdb::ParametersRequest& _rParamRequest, const ::com::sun::star::sdb::ParametersRequest& _rParamRequest,
...@@ -139,7 +134,6 @@ namespace dbaui ...@@ -139,7 +134,6 @@ namespace dbaui
DISAPPROVE, DISAPPROVE,
RETRY, RETRY,
ABORT, ABORT,
SUPPLY_AUTHENTICATION,
SUPPLY_PARAMETERS, SUPPLY_PARAMETERS,
SUPPLY_DOCUMENTSAVE SUPPLY_DOCUMENTSAVE
}; };
......
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