3 // Defines an interface that encapsulates an operation that returns
4 // a string sequence, or a wstring sequence, respectively.
6 typedef sequence
<string> List
;
7 typedef sequence
<wstring
> WList
;
10 WList return_wlist
();
12 oneway
void shutdown
();