2 #ifndef TAO_TWO_OBJECTS_SECOND_I_H
3 #define TAO_TWO_OBJECTS_SECOND_I_H
5 #include "Two_ObjectsS.h"
7 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
9 ACE_END_VERSIONED_NAMESPACE_DECL
11 /// Implement the POA_Two_Objects_Test::Second interface
13 : public virtual POA_Two_Objects_Test::Second
16 Second_i (CORBA::ORB_ptr orb
,
17 CORBA::ULong len
, ACE_Auto_Event
&two_way_done
);
19 Two_Objects_Test::Octet_Seq
*twoway_method ();
24 /// Use an ORB reference to convert strings to objects and shutdown
28 ACE_Auto_Event
&two_way_done_
;
31 #endif /* TAO_TWO_OBJECTS_SECOND_I_H*/