summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp')
-rw-r--r--TAO/CIAO/DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/CIAO/DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp b/TAO/CIAO/DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp
deleted file mode 100644
index b6a33919068..00000000000
--- a/TAO/CIAO/DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-#include "Handler_Test.h"
-
-#ifndef ACE_HAS_BROKEN_NESTED_TEMPLATES
-
-#include "Config_Handlers/CompIntrDesc_Handler.h"
-
-int
-ACE_TMAIN (int argc, ACE_TCHAR *argv[])
-{
- return run_test <CIAO::Config_Handler::CompIntrDesc_Handler, Deployment::ComponentInterfaceDescription>
- (argc, argv, &CIAO::Config_Handler::CompIntrDesc_Handler::process_ComponentInterfaceDescription);
-}
-
-#endif // ACE_HAS_BROKEN_NESTED_TEMPLATES