3 #ifndef TAO_TWO_OBJECTS_FIRST_I_H
4 #define TAO_TWO_OBJECTS_FIRST_I_H
6 #include "Two_ObjectsS.h"
8 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
10 ACE_END_VERSIONED_NAMESPACE_DECL
12 /// Implement the Two_Objects_Test::First interface
14 : public virtual POA_Two_Objects_Test::First
18 First_i (CORBA::ORB_ptr orb
, ACE_Auto_Event
&two_way_done
);
20 /// Interface methods..
21 void oneway_method ();
24 /// Use an ORB reference to convert strings to objects and shutdown
27 ACE_Auto_Event
&two_way_done_
;
30 #endif /* TAO_TWO_OBJECTS_FIRST_I_H*/