diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-24 04:31:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-24 04:31:56 +0000 |
commit | 8249a5a6defa2c99cc09c2b3923ab930cb45ae7e (patch) | |
tree | bd9dd139e88fa277ccbd222866acefa3466dd6d8 /TAO/examples/Callback_Quoter/Notifier_i.h | |
parent | 6be0ee8cac65165c78cc4e1334261bfa55e43217 (diff) | |
download | ATCD-8249a5a6defa2c99cc09c2b3923ab930cb45ae7e.tar.gz |
ChangeLogTag:Fri Apr 23 20:28:35 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier_i.h')
-rw-r--r-- | TAO/examples/Callback_Quoter/Notifier_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier_i.h b/TAO/examples/Callback_Quoter/Notifier_i.h index 26652a5b7d4..ed4397b76bd 100644 --- a/TAO/examples/Callback_Quoter/Notifier_i.h +++ b/TAO/examples/Callback_Quoter/Notifier_i.h @@ -91,7 +91,7 @@ public: // = TITLE // Saves the Consumer_var and the threshold stock value. public: - int operator== (const Consumer_Data &rhs); + bool operator== (const Consumer_Data &rhs); // Comparison operator. Callback_Quoter::Consumer_var consumer_; |