summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP/EC/ECE.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/BasicSP/EC/ECE.idl')
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP/EC/ECE.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP/EC/ECE.idl b/TAO/CIAO/examples/handcrafted/BasicSP/EC/ECE.idl
index bb30be71973..f6d517aa3ed 100644
--- a/TAO/CIAO/examples/handcrafted/BasicSP/EC/ECE.idl
+++ b/TAO/CIAO/examples/handcrafted/BasicSP/EC/ECE.idl
@@ -20,13 +20,13 @@
module BasicSP
{
local interface CCM_EC_Executor
- : Components::EnterpriseComponent
+ : Components::EnterpriseComponent, trigger
{
attribute long hertz;
};
local interface CCM_EC
- : Components::EnterpriseComponent
+ : Components::EnterpriseComponent, trigger
{
attribute long hertz;
};