From 5cea818e88c61c7abef1df94da3f3796e0b23441 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 23 Oct 2015 17:10:17 +0200 Subject: Resort files --- rose.hrl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rose.hrl (limited to 'rose.hrl') diff --git a/rose.hrl b/rose.hrl new file mode 100644 index 0000000..147ba60 --- /dev/null +++ b/rose.hrl @@ -0,0 +1,27 @@ +%% Generated by the Erlang ASN.1 compiler version:4.0 +%% Purpose: Erlang record definitions for each named and unnamed +%% SEQUENCE and SET, and macro definitions for each value +%% definition,in module rose + + + +-ifndef(_ROSE_HRL_). +-define(_ROSE_HRL_, true). + +-record('Reject',{ +invokeId, problem}). + +-record('ReturnError',{ +invokeId, errcode, parameter = asn1_NOVALUE}). + +-record('ReturnResult',{ +invokeId, result = asn1_NOVALUE}). + +-record('ReturnResult_result',{ +opcode, result}). + +-record('Invoke',{ +invokeId, linkedId = asn1_NOVALUE, opcode, argument = asn1_NOVALUE}). + +-define('noInvokeId', {absent,'NULL'}). +-endif. %% _ROSE_HRL_ -- cgit v1.2.3