PasswordRequest.idl (d1766043) PasswordRequest.idl (a893be29)
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

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

32#endif
33
34
35//=============================================================================
36
37module com { module sun { module star { module task {
38
39//=============================================================================
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

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

32#endif
33
34
35//=============================================================================
36
37module com { module sun { module star { module task {
38
39//=============================================================================
40/** this request specifies the mode in wich the password should be asked
40/** this request specifies the mode in which the password should be asked
41
42 <P>
43 It is supported by <type>InteractionHandler</type> service, and can
44 be used to interact for a password. Continuations for using with
45 the mentioned service are Abort and Approve.
46 </P>
47*/
48published exception PasswordRequest: ClassifiedInteractionRequest

--- 15 unchanged lines hidden ---
41
42 <P>
43 It is supported by <type>InteractionHandler</type> service, and can
44 be used to interact for a password. Continuations for using with
45 the mentioned service are Abort and Approve.
46 </P>
47*/
48published exception PasswordRequest: ClassifiedInteractionRequest

--- 15 unchanged lines hidden ---