]> git.buserror.net Git - polintos/scott/priv.git/blob - notifier.idl
38e74b678352ecbc018a2265e5e39b5e890beb3e
[polintos/scott/priv.git] / notifier.idl
1 namespace Notifiers;
2
3 interface Notifier {
4         guid: "AF8F1B5C-EAB6-11D9-98AF-000A95BB581A";
5
6         notify(VStruct info) async;
7 };
8
9 interface SyncNotifier {
10         guid: "E1AA43FC-2400-11DA-A460-00112431A05E";
11         
12         notify(VStruct info);
13 };
14