blob: 5a217b5c48215efc9e9209f5313c03de9cdd804a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// example IDL file
namespace DummyCalendar;
table DummyEvent {
summary:string;
description:string;
attachment:[ubyte];
}
root_type DummyEvent;
file_identifier "AKFB";
|