very basic input to event working...

This commit is contained in:
Bernhard Amann 2011-10-25 14:11:21 -07:00
parent d7a3b85fcd
commit 5b0c307f87
5 changed files with 42 additions and 8 deletions

View file

@ -5,8 +5,8 @@ export {
type ReaderDescription: record {
source: string;
idx: any;
val: any;
destination: any;
val: any &optional;
destination: any &optional;
};
}