1 " ***************************************************************
2 " * *
3 " * Copyright, C Massachusetts Institute of Technology, 1986 *
4 " * *
5 " * Copyright c 1982 by Massachusetts Institute of Technology *
6 " * *
7 " ***************************************************************
8
9 " HISTORY COMMENTS:
10 " 1) change86-07-29Pattin, approve86-07-29MCR7354,
11 " audit86-08-03Margolin, install86-08-16MR12.0-1128:
12 " removed v1_change_chairman. It was unnecessary.
13 " END HISTORY COMMENTS
14
15
16 "
17 " Jay Pattin 3/29/82
18 "
19 " Administrative gate to allow manipulation of forums by System Administrators
20 " who are not the chairman of the meeting.
21 " Also to perform administrative functions such as setting global defaults.
22
23 name forum_admin_
24
25 include gate_macros
26 include stack_header
27 include stack_frame
28
29 temp temp1 " for v2forum_mgr_tv_ to use
30
31 gate_info
32
33 gate change_chairman,v2forum_mgr_tv_,priv_change_chairman,4
34 gate convert,v2forum_mgr_tv_,priv_convert,3
35 gate init_notifications,forum_notify_gate_,init,1
36 gate set_global_switch,v2forum_mgr_tv_,set_global_switch,3
37 gate set_switch,v2forum_mgr_tv_,priv_set_switch,6
38
39 end