3 //=============================================================================
7 * IDL for the Secure_Invocation test.
9 * @author Ossama Othman <ossama@uci.edu>
11 //=============================================================================
17 /// Exception that indicates that no security attributes were
18 /// available during the upcall. If this exception is thrown,
19 /// then is most likely a problem with the underlying security
21 exception NoSecurityAttributes
{};
24 void baz
() raises
(NoSecurityAttributes
);
26 /// Shutdown the server.
27 oneway
void shutdown
();