INTEGRATION: CWS sb18 (1.9.92); FILE MERGED

2004/05/21 15:10:24 sb 1.9.92.1: #i21150# Added published flag.
This commit is contained in:
Oliver Bolte 2004-06-03 15:29:30 +00:00
parent 9b42ccd91f
commit 9da581011c

View file

@ -2,9 +2,9 @@
*
* $RCSfile: AccessController.idl,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: rt $ $Date: 2003-04-17 09:32:44 $
* last change: $Author: obo $ $Date: 2004-06-03 16:29:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -71,7 +71,6 @@
module com { module sun { module star { module security {
//=============================================================================
/** This meta service supports the XAccessController interface for checking
security permissions.
@ -87,7 +86,7 @@ module com { module sun { module star { module security {
@since #107627#
*/
service AccessController
published service AccessController
{
interface XAccessController;
};