#include <timeoutTestImpl.h>
Public Member Functions | |
TimeOutTestImpl (CORBA::ORB_ptr orb) | |
CORBA::Long | echo (CORBA::Long x, CORBA::Long msecs) |
void | shutdownOrb () |
Private Attributes | |
CORBA::ORB_var | orb_ |
|
Constructor.
|
|
Method to test the acsQoS capabilities for timeouts.
|
|
Used to gracefully exit the test after the client is finished. The client must call this method when finished testing the servant, in order to prevent the servant process from hanging around indefinitely. |
|
|