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/DLL | |
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/DLL')
-rw-r--r-- | examples/DLL/Newsweek.cpp | 1 | ||||
-rw-r--r-- | examples/DLL/Today.cpp | 1 | ||||
-rw-r--r-- | examples/DLL/test_dll.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/DLL/Newsweek.cpp b/examples/DLL/Newsweek.cpp index 0a6c63dc1ff..a8ef349ec07 100644 --- a/examples/DLL/Newsweek.cpp +++ b/examples/DLL/Newsweek.cpp @@ -3,6 +3,7 @@ #define ACE_BUILD_SVC_DLL #include "Newsweek.h" +#include "ace/Log_Msg.h" // Implementation of the abstract class method which describes // the magazine. diff --git a/examples/DLL/Today.cpp b/examples/DLL/Today.cpp index 8ee8b986b25..39e81489cc8 100644 --- a/examples/DLL/Today.cpp +++ b/examples/DLL/Today.cpp @@ -3,6 +3,7 @@ #define ACE_BUILD_SVC_DLL #include "Today.h" +#include "ace/Log_Msg.h" // Implementation of the abstract class method which describes the // magazine. diff --git a/examples/DLL/test_dll.cpp b/examples/DLL/test_dll.cpp index 45df35c4f87..6ac89a349dc 100644 --- a/examples/DLL/test_dll.cpp +++ b/examples/DLL/test_dll.cpp @@ -6,6 +6,7 @@ #include "Magazine.h" #include "ace/DLL.h" #include "ace/Auto_Ptr.h" +#include "ace/Log_Msg.h" ACE_RCSID(DLL, test_dll, "$Id$") |