-- ronot.py - RONOT remote operations definitions

-- $Header: /a/vulcan/xtel/isode/isode-master/ronot/RCS/ronot.py,v 8.0 91/07/17 12:54:28 isode Rel $
--
--
-- $Log:	ronot.py,v $
-- Revision 8.0  91/07/17  12:54:28  isode
-- Release 7.0
-- 
--

--
--				  NOTICE
--
--    Acquisition, use, and distribution of this module and related
--    materials are subject to the restrictions of a license agreement.
--    Consult the Preface in the User's Manual for the full terms of
--    this agreement.
--
--


-- Remote-Operations-Notation {joint-iso-ccitt remote-operations(4) notation(0)}
RONOT

DEFINITIONS ::=

BEGIN

BindArgumentValue ::= 
	[16] ANY

BindResultValue ::=
	[17] ANY

BindErrorValue ::= 
	[18] ANY

UnBindArgumentValue ::=
	[19] ANY

UnBindResultValue ::=
	[20] ANY

UnBindErrorValue ::=
	[21] ANY

END
