2 //=============================================================================
6 * This class implements the Object A of the
7 * Nested Upcalls - Triangle test.
9 * @author Michael Kircher
11 //=============================================================================
14 #ifndef OBJECT_B_IMPL_H
15 # define OBJECT_B_IMPL_H
17 #include "Triangle_TestS.h"
22 * @brief Implement the <Object_A> IDL interface.
24 class Object_A_i
: public POA_Object_A
31 virtual ~Object_A_i (void);
33 virtual void foo (Initiator_ptr theInitiator_ptr
);
35 virtual void finish (void);
37 virtual void shutdown (void);
39 unsigned long finish_two_way_call_
;
42 #endif /* OBJECT_B_IMPL_H */