URLAuthenticationRequest.idl (d1766043) URLAuthenticationRequest.idl (34c958ab)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31//=============================================================================
32
33module com { module sun { module star { module ucb {
34
35//=============================================================================
36/** An error specifing lack of correct authentication data (e.g., to log into
37 an account).
38
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31//=============================================================================
32
33module com { module sun { module star { module ucb {
34
35//=============================================================================
36/** An error specifing lack of correct authentication data (e.g., to log into
37 an account).
38
39 @since OOo 3.2
39 @since OpenOffice 3.2
40*/
41published exception URLAuthenticationRequest : AuthenticationRequest
42{
43 //-------------------------------------------------------------------------
44 /** The URL for which authentication is requested.
45 */
46 string URL;
47};
48
49//=============================================================================
50
51}; }; }; };
52
53#endif
40*/
41published exception URLAuthenticationRequest : AuthenticationRequest
42{
43 //-------------------------------------------------------------------------
44 /** The URL for which authentication is requested.
45 */
46 string URL;
47};
48
49//=============================================================================
50
51}; }; }; };
52
53#endif