summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Application_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Application_Command.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Application_Command.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Application_Command.h b/TAO/orbsvcs/tests/Notify/lib/Application_Command.h
index bb52e3ffc7b..1bf92722e81 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Application_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Application_Command.h
@@ -65,6 +65,10 @@ protected:
WAIT_TO_START
};
+ /// Flag used with the DUMP_STATE command that asks for all samples to be put into the
+ /// output data file.
+ int dump_samples_;
+
///= Handlers
virtual void handle_init (ACE_ENV_SINGLE_ARG_DECL);
void handle_run (ACE_ENV_SINGLE_ARG_DECL);