diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-26 18:08:47 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-26 18:08:47 +0000 |
commit | 25235f5017690551c69325fec3e9e2da0add7446 (patch) | |
tree | e9cb37531e5501b1a7a1e0201cf7e16f500155a9 /examples/Reactor | |
parent | 979516614bb95c95bef913d53fb737e4787155f9 (diff) | |
download | ATCD-25235f5017690551c69325fec3e9e2da0add7446.tar.gz |
ChangeLogTag:Thu May 25 19:39:59 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'examples/Reactor')
-rw-r--r-- | examples/Reactor/FIFO/client.cpp | 1 | ||||
-rw-r--r-- | examples/Reactor/Misc/test_early_timeouts.cpp | 1 | ||||
-rw-r--r-- | examples/Reactor/Misc/test_time_value.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/Reactor/FIFO/client.cpp b/examples/Reactor/FIFO/client.cpp index f9a4e00e789..92e0dee7bab 100644 --- a/examples/Reactor/FIFO/client.cpp +++ b/examples/Reactor/FIFO/client.cpp @@ -1,6 +1,7 @@ // $Id$ #include "ace/FIFO_Send_Msg.h" +#include "ace/Log_Msg.h" ACE_RCSID(FIFO, client, "$Id$") diff --git a/examples/Reactor/Misc/test_early_timeouts.cpp b/examples/Reactor/Misc/test_early_timeouts.cpp index 697f11a5d7e..8fb89935f38 100644 --- a/examples/Reactor/Misc/test_early_timeouts.cpp +++ b/examples/Reactor/Misc/test_early_timeouts.cpp @@ -20,6 +20,7 @@ #include "ace/Handle_Set.h" #include "ace/Pipe.h" +#include "ace/Log_Msg.h" ACE_RCSID(Misc, test_early_timeouts, "$Id$") diff --git a/examples/Reactor/Misc/test_time_value.cpp b/examples/Reactor/Misc/test_time_value.cpp index 48bf0729f34..50f9c229f74 100644 --- a/examples/Reactor/Misc/test_time_value.cpp +++ b/examples/Reactor/Misc/test_time_value.cpp @@ -2,6 +2,7 @@ #include "ace/OS.h" #include "ace/streams.h" +#include "ace/Log_Msg.h" ACE_RCSID(Misc, test_time_value, "$Id$") |