summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h b/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
index dcea2b2b8cc..d1f93c7fab2 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
+++ b/TAO/orbsvcs/tests/FtRtEvent/PushConsumer.h
@@ -13,6 +13,7 @@
#define PUSHCONSUMERIMPL_H
#include "orbsvcs/RtecEventChannelAdminC.h"
#include "orbsvcs/RtecEventCommS.h"
+#include <vector>
struct Options;
@@ -46,6 +47,8 @@ private:
CORBA::ORB_var orb_;
int num_iterations_;
RtecEventChannelAdmin::ProxyPushSupplier_var supplier_;
+ std::vector<int> run_times_;
+
PushConsumer_impl(const PushConsumer_impl&);
void operator==(const PushConsumer_impl&);
};