summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Supplier.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
commit899e6399c45cccb710e5e282de7531b03a852889 (patch)
tree5618a21c503ccbe31ea67fc952fe8b9a80334041 /TAO/orbsvcs/tests/Event/lib/Supplier.h
parentd23d1a0f0f7651d4524df4168188f9886acb64bb (diff)
downloadATCD-899e6399c45cccb710e5e282de7531b03a852889.tar.gz
ChangeLogTag:Sun Jan 30 19:59:30 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Supplier.h')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Supplier.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Supplier.h b/TAO/orbsvcs/tests/Event/lib/Supplier.h
index 8fb4138418b..aa797d5ca63 100644
--- a/TAO/orbsvcs/tests/Event/lib/Supplier.h
+++ b/TAO/orbsvcs/tests/Event/lib/Supplier.h
@@ -139,6 +139,9 @@ private:
int is_active_;
// Is the supplier active in the POA?
+
+ RtecEventComm::PushSupplier_var myself_;
+ // Cache the object reference to speed up connect/disconnect calls
};
// ****************************************************************