summaryrefslogtreecommitdiff
path: root/CIAO/tests/Collocation/Receiver/Receiver_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Collocation/Receiver/Receiver_exec.h')
-rw-r--r--CIAO/tests/Collocation/Receiver/Receiver_exec.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/CIAO/tests/Collocation/Receiver/Receiver_exec.h b/CIAO/tests/Collocation/Receiver/Receiver_exec.h
index 786a468d924..f307546bd6b 100644
--- a/CIAO/tests/Collocation/Receiver/Receiver_exec.h
+++ b/CIAO/tests/Collocation/Receiver/Receiver_exec.h
@@ -70,6 +70,12 @@ namespace CIAO_Receiver_Impl
/** @name User defined public operations. */
//@{
void tick (void);
+
+ char*
+ strategy (void);
+
+ void
+ strategy (const char* strategy);
//@}
private:
@@ -85,6 +91,7 @@ namespace CIAO_Receiver_Impl
//@{
HelloGenerator * hello_generator_;
ACE_Time_Value interval_;
+ ::CORBA::String_var strategy_;
ACE_Reactor* reactor (void);
//@}
};