summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-06 09:17:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-06 09:17:49 +0000
commitcf715be4b3c1ac41564785a2d70f3cb30d605bf9 (patch)
treef46cf034436e4569547493579f70314d961fcd0c /TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
parentfef0cdba727f0b1d2cb7337ebfeb03d1275b9a91 (diff)
downloadATCD-cf715be4b3c1ac41564785a2d70f3cb30d605bf9.tar.gz
ChangeLogTag: Thu Oct 6 08:57:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
index a1d6c7038e8..9bcd1dda905 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
@@ -23,14 +23,8 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-#ifdef TAO_HAS_AMI_EXCEPTIONS
-#include "ami_testC-hand.h"
-#include "ami_testS-hand.h"
-#else
#include "ami_testC.h"
#include "ami_testS.h"
-#endif
-
ACE_RCSID(AMI, simple_client, "$Id$")