3 //=============================================================================
7 * Implementation header for the Null_Cipher test.
9 * @author Ossama Othman <ossama@uci.edu>
11 //=============================================================================
13 #ifndef NULL_CIPHER_FOO_I_H
14 #define NULL_CIPHER_FOO_I_H
18 class Foo_i
: public virtual POA_Foo
23 Foo_i (CORBA::ORB_ptr
);
25 virtual void shutdown (void);
29 /// Reference to the ORB.
34 #endif /* NULL_CIPHER_FOO_I_H */