From b811c6837a6c9975592fb7dcbbbe28948fb69f4e Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 21 Feb 2003 14:19:01 +0000 Subject: ChangeLogTag:Fri Feb 21 06:18:19 2003 Ossama Othman --- ChangeLog | 8 ++++++++ tests/Framework_Component_DLL.cpp | 1 + 2 files changed, 9 insertions(+) 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 + + * 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 * 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" -- cgit v1.2.1