summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DnC/tests/Config_Handlers/IAD_Handler_Test.cpp
blob: c71e11fce2871b042e512050851f13ece74da18d (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/IAD_Handler.h"

int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
  return run_test <CIAO::Config_Handler::IAD_Handler, Deployment::ImplementationArtifactDescription>
    (argc, argv, &CIAO::Config_Handler::IAD_Handler::process_ImplementationArtifactDescription);
}

#endif // ACE_HAS_BROKEN_NESTED_TEMPLATES