offapi/UnoApi_offapi.mk | 1 offapi/com/sun/star/ucb/AuthenticationFallbackRequest.idl | 45 ++++++++++++++ 2 files changed, 46 insertions(+)
New commits: commit 3a8d12b771146b444437c4548e4dd08794d8c9c3 Author: Mihai Varga <mihai.m...@gmail.com> Date: Thu Jul 31 11:20:37 2014 +0300 IDL definition for the auth fallback request Change-Id: Id47bf660c44e2df54c21b9b945b4be57799e4ec6 diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 364581d..e720630 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -3798,6 +3798,7 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/text,\ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/ucb,\ AlreadyInitializedException \ AuthenticationRequest \ + AuthenticationFallbackRequest \ CheckinArgument \ CertificateValidationRequest \ Command \ diff --git a/offapi/com/sun/star/ucb/AuthenticationFallbackRequest.idl b/offapi/com/sun/star/ucb/AuthenticationFallbackRequest.idl new file mode 100644 index 0000000..b7fa8d8 --- /dev/null +++ b/offapi/com/sun/star/ucb/AuthenticationFallbackRequest.idl @@ -0,0 +1,45 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ +#ifndef __com_sun_star_ucb_AuthenticationFallbackRequest_idl__ +#define __com_sun_star_ucb_AuthenticationFallbackRequest_idl__ + +#include <com/sun/star/task/ClassifiedInteractionRequest.idl> + + +module com { module sun { module star { module ucb { + +/** An interaction continuation handing back some authentication data. +*/ +published exception AuthenticationFallbackRequest: com::sun::star::task::ClassifiedInteractionRequest +{ + /** Instructions to be followed by the user + */ + string instructions; + + /** url to be opened in browser + */ + string url; +}; + + +}; }; }; }; + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits