2 //=============================================================================
6 * This class implements the Object A of the
7 * Nested Upcalls - MT Client test
9 * @author Michael Kircher
11 //=============================================================================
13 #ifndef MT_OBJECT_IMPL_H
14 # define MT_OBJECT_IMPL_H
16 #include "MT_Client_TestS.h"
17 #include "MT_Client_TestC.h"
22 * @brief Implement the <MT_Object> IDL interface.
24 class MT_Object_i
: public POA_MT_Object
31 virtual ~MT_Object_i (void);
33 virtual CORBA::Long
yadda (CORBA::Long hop_count
,
34 MT_Object_ptr partner
);
37 #endif /* MT_OBJECT_IMPL_H */