summaryrefslogtreecommitdiff
path: root/DAnCE/TargetManager_Ext/TargetManagerExt_Impl.cidl
blob: 293d52a8194dc10d14b6f5cb4e435693fc9e8a85 (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
28
29
// $Id$

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

#ifndef TARGETMANAGER_EXT_CIDL
#define TARGETMANAGER_EXT_CIDL

#include "TargetManagerExt_Impl.idl"

/*
 * @composition TargetManager_Ext_i
 */


composition session TargetManager_Ext_i
{
  home executor TargetManagerExt_Home_Exec
  {
    implements CIAO::TargetManagerExt_Home;
    manages  TargetManagerExt_Impl_Exec;
  };
};

#endif