summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp')
-rw-r--r--TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp b/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
index ef03b09cec6..70bbe0fe85d 100644
--- a/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
+++ b/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
@@ -2,15 +2,16 @@
#include "Handler_Test.h"
-#ifndef ACE_HAS_BROKEN_NESTED_TEMPLATES
-
#include "Config_Handlers/CompImplDesc_Handler.h"
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
- return run_test <CIAO::Config_Handler::CompImplDesc_Handler, Deployment::ComponentImplementationDescription>
- (argc, argv, &CIAO::Config_Handler::CompImplDesc_Handler::process_ComponentImplementationDescription);
+ return Config_Handler_Test::run_test
+ <CIAO::Config_Handler::CompImplDesc_Handler,
+ Deployment::ComponentImplementationDescription>
+ (argc,
+ argv,
+ &CIAO::Config_Handler::CompImplDesc_Handler::process_ComponentImplementationDescription);
}
-#endif // ACE_HAS_BROKEN_NESTED_TEMPLATES