Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / Nestea.idl
blob10f642b8e5a7950c3e34035890d1ec9b8f9e23de
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?
13 string get_praise ();
14 // What does the server think of your collection?
16 oneway void shutdown();