diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-30 00:33:43 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-30 00:33:43 +0000 |
commit | 2d27f44666189e87ff27436b35a0dd002a0cdfd7 (patch) | |
tree | dd496dde3c016a1db5d3882e1dc40c9af7e9aaf8 /examples/System_V_IPC | |
parent | 8460f65dd042d52eaaa80acfef7f288ab4ceb27a (diff) | |
download | ATCD-2d27f44666189e87ff27436b35a0dd002a0cdfd7.tar.gz |
Eon
Diffstat (limited to 'examples/System_V_IPC')
-rw-r--r-- | examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp | 2 | ||||
-rw-r--r-- | examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp | 2 | ||||
-rw-r--r-- | examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp b/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp index e6ed03525d1..8b1b4e74a0a 100644 --- a/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp @@ -1,7 +1,7 @@ #include "ace/Typed_SV_Message_Queue.h" // $Id$ -#include "ace/Log_Msg.h" + #include "test.h" int diff --git a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp index 210ffe199c3..f5c5dd571b0 100644 --- a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp @@ -2,7 +2,7 @@ #include "ace/Signal.h" #include "ace/Typed_SV_Message_Queue.h" -#include "ace/Log_Msg.h" + #include "test.h" // Must be global for signal Message... diff --git a/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp b/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp index eda16178483..f9931705c26 100644 --- a/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp +++ b/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp @@ -1,6 +1,6 @@ // $Id$ -#include "ace/Log_Msg.h" + #include "ace/SV_Shared_Memory.h" #include "ace/SV_Semaphore_Simple.h" #include "ace/Signal.h" |