diff options
| author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-05-18 11:33:07 +0000 |
|---|---|---|
| committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-05-18 11:33:07 +0000 |
| commit | 0865c9e04214fc427444e4e597138093bca01155 (patch) | |
| tree | da42554a5b48a3e09704a124975a5ddf7b959e7c /TAO/performance-tests/AMI_Latency/Server_Task.cpp | |
| parent | e160bbfa2580ad9f899084652de416435e962d20 (diff) | |
| download | ATCD-prearray.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'prearray'.prearray
Diffstat (limited to 'TAO/performance-tests/AMI_Latency/Server_Task.cpp')
| -rw-r--r-- | TAO/performance-tests/AMI_Latency/Server_Task.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/performance-tests/AMI_Latency/Server_Task.cpp b/TAO/performance-tests/AMI_Latency/Server_Task.cpp deleted file mode 100644 index 6df92f32a3f..00000000000 --- a/TAO/performance-tests/AMI_Latency/Server_Task.cpp +++ /dev/null @@ -1,24 +0,0 @@ -// -// $Id$ -// -#include "Server_Task.h" - -ACE_RCSID(AMI_Latency, Server_Task, "$Id$") - -Server_Task::Server_Task (CORBA::ORB_ptr orb) - : orb_ (CORBA::ORB::_duplicate (orb)) -{ -} - -int -Server_Task::svc (void) -{ - ACE_DECLARE_NEW_CORBA_ENV; - ACE_TRY - { - this->orb_->run (ACE_ENV_SINGLE_ARG_PARAMETER); - ACE_TRY_CHECK; - } - ACE_CATCHANY {} ACE_ENDTRY; - return 0; -} |
