summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Consumer.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-31 04:25:58 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-31 04:25:58 +0000
commitd82dc676c19a91d3f8f64b98bfd4ddaf85d61f45 (patch)
tree5618a21c503ccbe31ea67fc952fe8b9a80334041 /TAO/orbsvcs/tests/Event/lib/Consumer.h
parent298bd173ba935947f80c794b1a980b5e49528307 (diff)
downloadATCD-d82dc676c19a91d3f8f64b98bfd4ddaf85d61f45.tar.gz
ChangeLogTag:Sun Jan 30 19:59:30 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Consumer.h')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Consumer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Consumer.h b/TAO/orbsvcs/tests/Event/lib/Consumer.h
index 2679cf51e29..1e83e9a46b8 100644
--- a/TAO/orbsvcs/tests/Event/lib/Consumer.h
+++ b/TAO/orbsvcs/tests/Event/lib/Consumer.h
@@ -114,6 +114,9 @@ private:
int is_active_;
// Is the consumer active in the POA?
+
+ RtecEventComm::PushConsumer_var myself_;
+ // Cache the object reference to speed up connect/disconnect calls.
};
#endif /* ECT_CONSUMER_H */