(typetype): sort

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-05-20 18:45:43 +00:00
parent bd85856ef6
commit 5762de90e3

View File

@@ -36,9 +36,23 @@
#ifndef _SYMBOL_H
#define _SYMBOL_H
enum typetype { TInteger, TOctetString, TBitString, TSequence, TSequenceOf,
TGeneralizedTime, TGeneralString, TApplication, TType,
TUInteger, TEnumerated, TOID, TUTF8String, TNull, TChoice };
enum typetype {
TApplication,
TBitString,
TChoice,
TEnumerated,
TGeneralString,
TGeneralizedTime,
TInteger,
TNull,
TOID,
TOctetString,
TSequence,
TSequenceOf,
TType,
TUInteger,
TUTF8String
};
typedef enum typetype Typetype;