summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DnC/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
blob: ef03b09cec65c9905160910c2ef06dc2659f1f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#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);
}

#endif // ACE_HAS_BROKEN_NESTED_TEMPLATES