summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
parent2503ca170abbf7dc9faebe97369b8a67d9423cea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl')
-rw-r--r--offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl17
1 files changed, 8 insertions, 9 deletions
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
index da75f8c31a96..d58489add5f6 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInteractionSupplyAuthentication.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,13 +80,12 @@ module com { module sun { module star { module ucb {
<p> This continuation is typically used in conjunction with
<type>AuthenticationRequest</type>. </p>
*/
-[ uik(E2281A25-33D6-11D1-AABE00A0-249D5590), ident( "XInteractionSupplyAuthentication", 1.0 ) ]
interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionContinuation
{
//-------------------------------------------------------------------------
/** Specifies if a new 'realm' value can be handed back.
*/
- [const] boolean canSetRealm();
+ boolean canSetRealm();
//-------------------------------------------------------------------------
/** Set a new 'realm' value to hand back.
@@ -99,7 +98,7 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Specifies if a 'user name' value can be handed back.
*/
- [const] boolean canSetUserName();
+ boolean canSetUserName();
//-------------------------------------------------------------------------
/** Set a new 'user name' value to hand back.
@@ -112,7 +111,7 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Specifies if a 'password' value can be handed back.
*/
- [const] boolean canSetPassword();
+ boolean canSetPassword();
//-------------------------------------------------------------------------
/** Set a new 'password' value to hand back.
@@ -132,7 +131,7 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
mode should appear at most once in the sequence. If the sequence is
empty, a new mode cannot be handed back.
*/
- [const] sequence<com::sun::star::ucb::RememberAuthentication> getRememberPasswordModes( [out] com::sun::star::ucb::RememberAuthentication Default );
+ sequence<com::sun::star::ucb::RememberAuthentication> getRememberPasswordModes( [out] com::sun::star::ucb::RememberAuthentication Default );
//-------------------------------------------------------------------------
/** Set a new mode of how long to remember the password.
@@ -148,7 +147,7 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Specifies if an 'account' value can be handed back.
*/
- [const] boolean canSetAccount();
+ boolean canSetAccount();
//-------------------------------------------------------------------------
/** Set a new 'account' value to hand back.
@@ -168,7 +167,7 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
mode should appear at most once in the sequence. If the sequence is
empty, a new mode cannot be handed back.
*/
- [const] sequence<com::sun::star::ucb::RememberAuthentication> getRememberAccountModes( [out] com::sun::star::ucb::RememberAuthentication Default );
+ sequence<com::sun::star::ucb::RememberAuthentication> getRememberAccountModes( [out] com::sun::star::ucb::RememberAuthentication Default );
//-------------------------------------------------------------------------
/** Set a new mode of how long to remember the account.