summaryrefslogtreecommitdiff
path: root/rose.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'rose.hrl')
-rw-r--r--rose.hrl27
1 files changed, 0 insertions, 27 deletions
diff --git a/rose.hrl b/rose.hrl
deleted file mode 100644
index 147ba60..0000000
--- a/rose.hrl
+++ /dev/null
@@ -1,27 +0,0 @@
-%% 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_