2 //=============================================================================
6 * This class implements the Object B 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_B> IDL interface.
24 class Object_B_i
: public POA_Object_B
31 virtual ~Object_B_i ();
33 virtual void foo(Object_A_ptr theObject_A_ptr
);
35 virtual void shutdown ();
38 #endif /* OBJECT_B_IMPL_H */