blob: a1ea967526a0244cc81e9fe7ae4c851339a6a42b [file] [log] [blame]
David Reiss9f3296b2010-08-31 16:58:41 +00001service Storage {
2 oneway void incr(1: i32 amount);
3 i32 get();
4}