Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Null_Cipher / Foo_i.h
blob79c342ac8aa4f527509420c9ddcb96c3316f0dfb
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Foo_i.h
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
16 #include "FooS.h"
18 class Foo_i : public virtual POA_Foo
20 public:
22 /// Constructor.
23 Foo_i (CORBA::ORB_ptr);
25 virtual void shutdown (void);
27 private:
29 /// Reference to the ORB.
30 CORBA::ORB_var orb_;
34 #endif /* NULL_CIPHER_FOO_I_H */