summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/TargetManager/TargetManager.cidl
blob: 6e880c069e93e79bf1376565f58c37f7c4978b5c (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
27
// $Id$

/*
 * @file TargetManager.cidl
 * @brief The file contains the TargetManager component
 *   defination
 */

#ifndef TARGETMANAGER_CIDL
#define TARGETMANAGER_CIDL

#include "TargetManagerImpl.idl"

/*
 * @composition TargetManager_i
 */

composition session TargetManager_i
{
  home executor TargetManagerHome_Exec
  {
    implements CIAO::TargetManagerHome;
    manages  TargetManagerImpl_Exec;
  };
};

#endif