1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Information Systems Inc., 1981 *
4 " * *
5 " ***********************************************************
6
7 " HISTORY COMMENTS:
8 " 1) change86-06-13Dupuis, approve86-08-05MCR7491,
9 " audit86-08-08Blair, install86-08-15MR12.0-1127:
10 " Made available so that an unbound version of mrds could be created
11 " easily. phx20405 mrds #157
12 " END HISTORY COMMENTS
13
14 "HISTORY:
15 "
16 "Modified by Jim Gray - - 80-11-04, to add secure_bit interface entries
17 "
18 "81-01-23 Jim Gray : changed secure bit entries to module mrds_dm_db_secured
19 " and added mrds_dm_authorization entries
20 "
21 "81-02-01 Jim Gray : removed set entries from dmd_ for mrds_dm_authorization
22 "and mrds_dm_db_secured, as the dmd_dsl_changes proposal indicates only the get's
23 "be available entries
24 "
25 "81-02-10 Jim Gray : moved get_user_class and get_secured_status entries
26 "from dmd_ to new mmi_ interface
27 "
28 "81-04-22 Jim Gray : removed get_files and get_file_rels entries,
29 "as these are not documented dmd_ interfaces, and are unused.
30 "
31 "81-05-26 Jim Gray : added check_path and set_needed_access entries so that CMDB
32 "can call it from a separate bound segment.
33 "
34 "
35 "83-01-10 Roger Lackey : Added get_secured_state so mrds would not be using mmi_.
36 name dmd_
37
38 entry check_path
39 check_path:
40 tra <mrds_dm_check_path>|check_path
41
42 entry create_db
43 create_db:
44 tra <mrds_dm_create_db>|create_db
45
46 entry close_dm
47 close_dm:
48 tra <mrds_dm_close>|close_dm
49
50 entry get_header
51 get_header:
52 tra <mrds_dm_get_header>|get_header
53
54 entry get_attributes
55 get_attributes:
56 tra <mrds_dm_get_attributes>|get_attributes
57
58 entry get_relations
59 get_relations:
60 tra <mrds_dm_get_relations>|get_relations
61
62 entry get_secured_state
63 get_secured_state:
64 tra <mrds_dm_db_secured>|get_secured_state
65
66 entry open_dm
67 open_dm:
68 tra <mrds_dm_open>|open_dm
69
70 entry set_needed_access
71 set_needed_access:
72 tra <mrds_dm_authorization>|set_needed_access
73
74 end