summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-21 14:19:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-21 14:19:01 +0000
commitb811c6837a6c9975592fb7dcbbbe28948fb69f4e (patch)
treec7809c1a65ea0d136453e950cf642c15b8262f53
parent4a7bd68f386763e30c7ae3baf5efe0063f9f845e (diff)
downloadATCD-b811c6837a6c9975592fb7dcbbbe28948fb69f4e.tar.gz
ChangeLogTag:Fri Feb 21 06:18:19 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog8
-rw-r--r--tests/Framework_Component_DLL.cpp1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c7b754694a..470baeebec3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Feb 21 06:18:19 2003 Ossama Othman <ossama@uci.edu>
+
+ * tests/Framework_Component_DLL.cpp:
+
+ Include "ace/Service_Object.h" to pull in ACE_Service_Object
+ class declaration. Necessitated by inter-header dependency
+ reductions.
+
Thu Feb 20 18:54:03 2003 Ossama Othman <ossama@uci.edu>
* apps/Gateway/Gateway/gatewayd.cpp:
diff --git a/tests/Framework_Component_DLL.cpp b/tests/Framework_Component_DLL.cpp
index 47999a2da62..e5a1bdb4bca 100644
--- a/tests/Framework_Component_DLL.cpp
+++ b/tests/Framework_Component_DLL.cpp
@@ -1,6 +1,7 @@
// -*- C++ -*-
#include "Framework_Component_DLL.h"
#include "ace/Service_Config.h"
+#include "ace/Service_Object.h"
#include "ace/Framework_Component_T.h"
#include "ace/OS.h"