blob: 551f5cb9be4571278311d6b7aa93f2ce9604f16b (
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:[byte];
}
root_type DummyEvent;
file_identifier "AKFB";
|