1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Bull Inc., 1987 *
4 " * *
5 " * Copyright, C Honeywell Information Systems Inc., 1984 *
6 " * *
7 " * Copyright c 1972 by Massachusetts Institute of *
8 " * Technology and Honeywell Information Systems, Inc. *
9 " * *
10 " ***********************************************************
11
12 "
13 " Gate to RCP to perform privileged functions.
14 " This gate has ring brackets of 115.
15 " Only certain privileged users will be given access to this gate.
16
17 include gate_macros
18
19 gate_info rcp_priv_
20
21 gate attach,rcp_attach_,priv_attach,6
22 gate copy_meters,rcp_copy_,meters,3
23 gate message,rcp_message_,priv,3
24
25 end