summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.h
blob: 2fb68fe111050158fe07db1f319aa5ab9e308e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// -*- C++ -*-

//=============================================================================
/**
 * @file Plan_Launcher.h
 *
 * $Id$
 *
 * @Brief  Run PlanLauncher
 *
 * @author Vinzenz Tornow <vt@prismtech.com>
 */
//=============================================================================

#ifndef PLAN_LAUNCHER_H
#define PLAN_LAUNCHER_H

namespace DAnCE
  {
  namespace Plan_Launcher
    {
      int run_main_implementation (int, ACE_TCHAR*[]);
    }
}

#endif /* PLAN_LAUNCHER_H */