access.cnf
来自「开源CORBA中间件」· CNF 代码 · 共 27 行
CNF
27 行
# 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 = Union{ IDL:Account:1.0 deposit corba:SecAnyRight:ug 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 + -
显示快捷键?