2 /// Put the interfaces in a module, to avoid global namespace pollution
5 /// A very simple interface
8 /// Return a simple string
11 /// A oneway operation takes a
12 /// different path to get to a TRANSIENT
14 oneway
void set_string
(in string s
);
17 oneway
void shutdown
();