1 // Just implements a nice little Nestea server
2 interface Nestea_Bookshelf
4 void drink
(in long cans
);
5 // Add a number of cans to the bookshelf.
7 void crush
(in long cans
);
8 // Crush some of those cans.
10 long bookshelf_size
();
11 // How many cans are in the collection?
14 // What does the server think of your collection?
16 oneway
void shutdown
();