diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 18:04:17 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 18:04:17 +0000 |
commit | 71285d33e79652a20debdc0bb5e52f0954118d5c (patch) | |
tree | 6b35621cb599c7f90bdbc6ee8d50dfaef1fbedb1 /tests/Message_Queue_Notifications_Test.cpp | |
parent | f99cabd3539fbce4c78c3ac0783dee77f0422304 (diff) | |
download | ATCD-71285d33e79652a20debdc0bb5e52f0954118d5c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Message_Queue_Notifications_Test.cpp')
-rw-r--r-- | tests/Message_Queue_Notifications_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Message_Queue_Notifications_Test.cpp b/tests/Message_Queue_Notifications_Test.cpp index 68e9cf2f081..8fad3692e11 100644 --- a/tests/Message_Queue_Notifications_Test.cpp +++ b/tests/Message_Queue_Notifications_Test.cpp @@ -16,7 +16,7 @@ // // 1. Multiple threads are not required. // 2. You do not have to explicitly notify the Reactor -// 3. This code will work the same with Reactor and ReactorEx +// 3. This code will work the same with any Reactor Implementation // 4. handle_input, handle_exception, handle_output are the only // callbacks supported by this mechanism // 5. The notification mechanism need not notify the Reactor. You can |