1 #include "Server_Task.h"
3 Server_Task::Server_Task (Test::Echo_ptr echo
)
4 : echo_ (Test::Echo::_duplicate (echo
))
11 Test::Payload
payload (32768);
12 payload
.length (32768);
16 // Send messages till the remote guy crashes
19 this->echo_
->echo_payload (payload
);
22 catch (const CORBA::Exception
&)
27 ACE_NOTREACHED (return 0);