4 // A simple test interface
7 // This test demostrates the smart proxy feature in TAO
8 // Note that though the interface has two methods just one
9 // of them can be "smartified" if necessary, the other one
10 // simply performs the same way as would the default proxy.
17 short method
(in short boo
) raises
(Oops
);
19 oneway
void shutdown
();