INTEGRATION: CWS sb18 (1.5.92); FILE MERGED
2004/05/21 15:10:25 sb 1.5.92.1: #i21150# Added published flag.
This commit is contained in:
parent
6b55e05c2d
commit
fe6958654b
2 changed files with 6 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: Policy.idl,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-04-17 09:33:08 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-03 16:29:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -60,7 +60,6 @@
|
|||
************************************************************************/
|
||||
#ifndef __com_sun_star_security_Policy_idl__
|
||||
#define __com_sun_star_security_Policy_idl__
|
||||
|
||||
#ifndef __com_sun_star_security_XPolicy_idl__
|
||||
#include <com/sun/star/security/XPolicy.idl>
|
||||
#endif
|
||||
|
@ -73,7 +72,7 @@ module com { module sun { module star { module security {
|
|||
|
||||
@since #107627#
|
||||
*/
|
||||
service Policy
|
||||
published service Policy
|
||||
{
|
||||
interface XPolicy;
|
||||
};
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: RuntimePermission.idl,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-04-17 09:33:19 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-03 16:30:13 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -60,7 +60,6 @@
|
|||
************************************************************************/
|
||||
#ifndef __com_sun_star_security_RuntimePermission_idl__
|
||||
#define __com_sun_star_security_RuntimePermission_idl__
|
||||
|
||||
//=============================================================================
|
||||
|
||||
module com { module sun { module star { module security {
|
||||
|
@ -73,7 +72,7 @@ module com { module sun { module star { module security {
|
|||
|
||||
@since #107627#
|
||||
*/
|
||||
struct RuntimePermission
|
||||
published struct RuntimePermission
|
||||
{
|
||||
/** name of permission
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue