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

#include "Handler_Test.h"

#include "Old_Config_Handlers/CompImplDesc_Handler.h"

int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
  return Config_Handler_Test::run_test 
    <CIAO::Config_Handler::CompImplDesc_Handler, 
    Deployment::ComponentImplementationDescription>
    (argc, 
     argv, 
     &CIAO::Config_Handler::CompImplDesc_Handler::process_ComponentImplementationDescription);
}