summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h')
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h b/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
index 771cc943135..7fb1ff135d9 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
+++ b/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
@@ -60,6 +60,8 @@ private:
CORBA::ULong seq_no_;
ReactorTask reactor_task_;
RtecEventChannelAdmin::ProxyPushConsumer_var consumer_;
+ bool in_timeout_handler_;
+
PushSupplier_impl(const PushSupplier_impl&);
void operator==(const PushSupplier_impl&);
};