4 * @author Carlos O'Ryan <coryan@atdesk.com>
6 #ifndef Echo_Handler__h_
7 #define Echo_Handler__h_
10 #include "tao/PortableServer/PortableServer.h"
13 : public POA_Test::AMI_EchoHandler
18 virtual void echo_operation(char const * retval
);
19 virtual void echo_operation_excep(::Messaging::ExceptionHolder
* h
);
20 virtual void shutdown();
21 virtual void shutdown_excep(::Messaging::ExceptionHolder
* h
);
23 CORBA::ULong
replies () const;
26 CORBA::ULong replies_
;
29 #endif /* Echo_Handler__h_ */