3 // ****** Code generated by the The ACE ORB (TAO) IDL Compiler *******
4 // TAO and the TAO IDL Compiler have been developed by the Center for
5 // Distributed Object Computing at Washington University, St. Louis.
7 // Information about TAO is available at:
8 // http://www.dre.vanderbilt.edu/~schmidt/TAO.html
13 #include "MessengerS.h"
15 #if !defined (ACE_LACKS_PRAGMA_ONCE)
17 #endif /* ACE_LACKS_PRAGMA_ONCE */
19 #include "tao/RTCORBA/RTCORBA.h"
22 class Messenger_i
: public virtual POA_Messenger
26 Messenger_i(CORBA::ORB_ptr orb
);
29 virtual ~Messenger_i();
31 virtual CORBA::Boolean
send_message(const char* user_name
,
36 RTCORBA::Current_var rt_current_
;
40 #endif /* MESSENGERI_H_ */