access.cnf

来自「支持组件模型CCM的开源中间件-mico」· CNF 代码 · 共 30 行

CNF
30
字号
# Object access configuration file# Different rights for hello in different domains# Bank operations/Access/Bank Combinator = Union{ IDL:Bank:1.0 create  corba:SecAnyRight:m IDL:Bank:1.0 open    corba:SecAnyRight:ug}#Account operations#/Access/Accounts Combinator = FirstFit/Access/Accounts Combinator = Union{ IDL:Account:1.0 deposit  corba:SecAnyRight:ug# * does not work IDL:Account:1.0 withdraw corba:SecAnyRight:u IDL:Account:1.0 balance  corba:SecAnyRight:ug}# Hello operations#/Access Combinator = Union#{# IDL:Hello:1.0 hello corba:SecAnyRight:-#}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?