3 //=============================================================================
7 * Implementation header for the Secure_Invocation test.
9 * @author Ossama Othman <ossama@uci.edu>
11 //=============================================================================
13 #ifndef SECURE_INVOCATION_FOO_I_H
14 #define SECURE_INVOCATION_FOO_I_H
17 #include "orbsvcs/SecurityLevel3C.h"
19 class Foo_i
: public virtual POA_Foo::Bar
23 Foo_i (CORBA::ORB_ptr
,
24 SecurityLevel3::SecurityCurrent_ptr
);
29 virtual void shutdown ();
32 /// Reference to the ORB.
35 /// Reference to the "SecurityCurrent" object.
36 SecurityLevel3::SecurityCurrent_var current_
;
39 #endif /* SECURE_INVOCATION_FOO_I_H */