- Added proper destructors for resources and custom types
[lwes-php.git] / tests / testeventtypedb2.esf
blobdfe7d99d86eabea042c03e96de2333633b58e488
1 MetaEventInfo            # how about a comment here
2 {                        # or here
3   ip_addr SenderIP;      # or here
4   uint16  SenderPort;
5   int64   ReceiptTime;
6   uint16  SiteID;
7   string  aMetaString;
8 }                        # or here
10 # or a multiline comment
11 # of random stuff
12 # here
14 TypeChecker
16   string aString;
17   boolean aBoolean;
18   ip_addr anIPAddress;
19   uint16 aUInt16;
20   int16 anInt16;
21   uint32 aUInt32;
22   int32 anInt32;
23   uint64 aUInt64;
24   int64 anInt64;