summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Notifier_i.h
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-04 03:01:10 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-04 03:01:10 +0000
commitad1438c95513d3f9d1098e045f914c8ed1823137 (patch)
tree4b13f104224ced53bd9a01bccbaf525519663344 /TAO/examples/Callback_Quoter/Notifier_i.h
parent2dc80b7c323c3d86e5c3bd17780d33156a121721 (diff)
downloadATCD-ad1438c95513d3f9d1098e045f914c8ed1823137.tar.gz
working version
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier_i.h')
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_i.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier_i.h b/TAO/examples/Callback_Quoter/Notifier_i.h
index 2f920c634ef..f9bd634b4ff 100644
--- a/TAO/examples/Callback_Quoter/Notifier_i.h
+++ b/TAO/examples/Callback_Quoter/Notifier_i.h
@@ -96,7 +96,15 @@ public:
CONSUMER_MAP;
CONSUMER_MAP consumer_map_;
- // @@ Please add a comment.
+ // This is the hash map with each hash_entry consisting of the stockname
+ // and an unbounded set of consumer object pointer and the desired stockvalue.
+
+ int notifier_exited_;
+ //This marks the exit of the notifier. This should be taken care of
+ // before the consumer tries to unregister after the notifier quits.
+
+
+
};
#endif /* NOTIFIER_I_H */