summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Executor-Destructor/Executor_Destructor.idl
blob: 5520b2f33374e52f63e3d7b3a1312cc4e781f025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <Components.idl>

module dance_test
{
  component Exec_Destructor
  {
    attribute string id;
  };

  home Home_Destructor manages Exec_Destructor
  {
    attribute string id;
  };
};