summaryrefslogtreecommitdiff
path: root/examples/Shared_Memory
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-26 18:08:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-26 18:08:47 +0000
commitbffbb98182254445a2c69d7fff7a5efa288185c2 (patch)
treee9cb37531e5501b1a7a1e0201cf7e16f500155a9 /examples/Shared_Memory
parentc98f8a852287961fc1ed5551a722c377f160676e (diff)
downloadATCD-bffbb98182254445a2c69d7fff7a5efa288185c2.tar.gz
ChangeLogTag:Thu May 25 19:39:59 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'examples/Shared_Memory')
-rw-r--r--examples/Shared_Memory/test_MM.cpp1
-rw-r--r--examples/Shared_Memory/test_SV.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/Shared_Memory/test_MM.cpp b/examples/Shared_Memory/test_MM.cpp
index b71a978ce89..f26d58f4310 100644
--- a/examples/Shared_Memory/test_MM.cpp
+++ b/examples/Shared_Memory/test_MM.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "ace/Shared_Memory_MM.h"
+#include "ace/Log_Msg.h"
ACE_RCSID(Shared_Memory, test_MM, "$Id$")
diff --git a/examples/Shared_Memory/test_SV.cpp b/examples/Shared_Memory/test_SV.cpp
index 90499dd994d..4797dcacde8 100644
--- a/examples/Shared_Memory/test_SV.cpp
+++ b/examples/Shared_Memory/test_SV.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "ace/Shared_Memory_SV.h"
+#include "ace/Log_Msg.h"
ACE_RCSID(Shared_Memory, test_SV, "$Id$")