diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-27 21:18:40 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-27 21:18:40 +0000 |
commit | e496ce5a59e18cc1d8c7f5de480a8b67e41245b9 (patch) | |
tree | e9d96c4ca0133e49f000eb757274f46bdcf36070 /examples/IPC_SAP | |
parent | 3ae8e2c2f8c0fd15e50049a4aea5a27189f703e8 (diff) | |
download | ATCD-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.cpp | 1 | ||||
-rw-r--r-- | examples/IPC_SAP/ATM_SAP/CPP-server.cpp | 1 |
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$") |