#105525# revising security API
This commit is contained in:
parent
a5aed09847
commit
8aa0601e0e
2 changed files with 8 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XAccessControlContext.idl,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: dbo $ $Date: 2002-01-11 10:01:12 $
|
||||
* last change: $Author: dbo $ $Date: 2002-11-22 15:28:57 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -107,8 +107,8 @@ interface XAccessControlContext : com::sun::star::uno::XInterface
|
|||
thrown if access is denied
|
||||
|
||||
@see ::com::sun::star::security::AccessControlException
|
||||
@see ::com::sun::star::uno::AllPermission
|
||||
@see ::com::sun::star::uno::RuntimePermission
|
||||
@see ::com::sun::star::security::AllPermission
|
||||
@see ::com::sun::star::security::RuntimePermission
|
||||
@see ::com::sun::star::io::FilePermission
|
||||
@see ::com::sun::star::connection::SocketPermission
|
||||
*/
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XAccessController.idl,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: dbo $ $Date: 2002-04-11 08:46:21 $
|
||||
* last change: $Author: dbo $ $Date: 2002-11-22 15:28:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -108,8 +108,8 @@ interface XAccessController : com::sun::star::uno::XInterface
|
|||
thrown if access is denied
|
||||
|
||||
@see ::com::sun::star::security::AccessControlException
|
||||
@see ::com::sun::star::uno::AllPermission
|
||||
@see ::com::sun::star::uno::RuntimePermission
|
||||
@see ::com::sun::star::security::AllPermission
|
||||
@see ::com::sun::star::security::RuntimePermission
|
||||
@see ::com::sun::star::io::FilePermission
|
||||
@see ::com::sun::star::connection::SocketPermission
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue