INTEGRATION: CWS sb18 (1.3.270); FILE MERGED

2004/05/21 14:55:14 sb 1.3.270.1: #i21150# Added published flag.
This commit is contained in:
Oliver Bolte 2004-06-03 15:54:14 +00:00
parent 9f219fb799
commit 9c528dd801
3 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ module com { module sun { module star { module auth {
@since #107627#
*/
interface XSSOInitiatorContext : ::com::sun::star::auth::XSSOContext
published interface XSSOInitiatorContext : ::com::sun::star::auth::XSSOContext
{
/** initialises an SSO Token to send to the acceptor side and
authenticates an SSO Token returned by the acceptor if the

View file

@ -83,7 +83,7 @@ module com { module sun { module star { module auth {
@since #107627#
*/
interface XSSOManager : ::com::sun::star::uno::XInterface
published interface XSSOManager : ::com::sun::star::uno::XInterface
{
/** retrieves the mechanism name of all security contexts created using
this manager.

View file

@ -72,7 +72,7 @@ module com { module sun { module star { module auth {
@since #107627#
*/
interface XSSOManagerFactory : ::com::sun::star::uno::XInterface
published interface XSSOManagerFactory : ::com::sun::star::uno::XInterface
{
/** provides a <type>XSSOManager</type> to be used in subsequent security
context creation.