BSD 4_3_Net_2 development
[unix-history] / usr / src / contrib / isode / ronot / ronot.py
CommitLineData
d626f7a5
C
1-- ronot.py - RONOT remote operations definitions
2
3-- $Header: /f/osi/ronot/RCS/ronot.py,v 7.1 91/02/22 09:50:28 mrose Interim $
4--
5--
6-- $Log: ronot.py,v $
7-- Revision 7.1 91/02/22 09:50:28 mrose
8-- Interim 6.8
9--
10-- Revision 7.0 90/07/26 14:28:31 mrose
11-- *** empty log message ***
12--
13-- Revision 7.0 89/11/23 21:48:26 mrose
14-- Release 6.0
15--
16
17--
18-- NOTICE
19--
20-- Acquisition, use, and distribution of this module and related
21-- materials are subject to the restrictions of a license agreement.
22-- Consult the Preface in the User's Manual for the full terms of
23-- this agreement.
24--
25--
26
27
28-- Remote-Operations-Notation {joint-iso-ccitt remote-operations(4) notation(0)}
29RONOT
30
31DEFINITIONS ::=
32
33BEGIN
34
35BindArgumentValue ::=
36 [16] ANY
37
38BindResultValue ::=
39 [17] ANY
40
41BindErrorValue ::=
42 [18] ANY
43
44UnBindArgumentValue ::=
45 [19] ANY
46
47UnBindResultValue ::=
48 [20] ANY
49
50UnBindErrorValue ::=
51 [21] ANY
52
53END