summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-27 21:18:40 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-27 21:18:40 +0000
commite496ce5a59e18cc1d8c7f5de480a8b67e41245b9 (patch)
treee9d96c4ca0133e49f000eb757274f46bdcf36070 /examples/IPC_SAP
parent3ae8e2c2f8c0fd15e50049a4aea5a27189f703e8 (diff)
downloadATCD-e496ce5a59e18cc1d8c7f5de480a8b67e41245b9.tar.gz
ChangeLogTag:Sat May 27 14:17:35 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/ATM_SAP/CPP-client.cpp1
-rw-r--r--examples/IPC_SAP/ATM_SAP/CPP-server.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/IPC_SAP/ATM_SAP/CPP-client.cpp b/examples/IPC_SAP/ATM_SAP/CPP-client.cpp
index b902123f18e..e7b371a5801 100644
--- a/examples/IPC_SAP/ATM_SAP/CPP-client.cpp
+++ b/examples/IPC_SAP/ATM_SAP/CPP-client.cpp
@@ -3,6 +3,7 @@
#include "ace/ATM_Connector.h"
#include "ace/ATM_Addr.h"
#include "ace/High_Res_Timer.h"
+#include "ace/Log_Msg.h"
ACE_RCSID(ATM_SAP, CPP_client, "$Id$")
diff --git a/examples/IPC_SAP/ATM_SAP/CPP-server.cpp b/examples/IPC_SAP/ATM_SAP/CPP-server.cpp
index 44871ba8869..e9c3395d42a 100644
--- a/examples/IPC_SAP/ATM_SAP/CPP-server.cpp
+++ b/examples/IPC_SAP/ATM_SAP/CPP-server.cpp
@@ -3,6 +3,7 @@
#include "ace/ATM_Acceptor.h"
#include "ace/ATM_Addr.h"
#include "ace/High_Res_Timer.h"
+#include "ace/Log_Msg.h"
ACE_RCSID(ATM_SAP, CPP_ATM_server, "$Id$")