summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.h
blob: 5a65dd9df9fc8fd525ae4948ae90669da860830d (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 */