From ca245f6a2e6445530044bad8140515b33b2befc0 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Tue, 29 Jul 2003 15:00:28 +0000 Subject: ChangeLogTag: Tue Jul 29 09:59:35 2003 Chad Elliott --- ChangeLog | 10 ++++++++++ ace/UUID.cpp | 6 +++--- ace/ace.mpc | 8 ++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06fc11bab87..9b157a8a068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Jul 29 09:59:35 2003 Chad Elliott + + * ace/UUID.cpp: + + Changed the #includes to use the ace directory. + + * ace/ace.mpc: + + Added Metrics_Cache.cpp and UUID.cpp. + Tue Jul 29 09:39:58 2003 Chad Elliott * bin/MakeProjectCreator/config/vcpartialmacros.mpt: diff --git a/ace/UUID.cpp b/ace/UUID.cpp index f28ff9dddc6..cd5fc81890a 100644 --- a/ace/UUID.cpp +++ b/ace/UUID.cpp @@ -1,7 +1,7 @@ //$Id$ -#include "OS.h" -#include "Log_Msg.h" -#include "UUID.h" +#include "ace/OS.h" +#include "ace/Log_Msg.h" +#include "ace/UUID.h" #if !defined (__ACE_INLINE__) #include "ace/UUID.inl" diff --git a/ace/ace.mpc b/ace/ace.mpc index 0399c1d02d0..f35f19653bc 100644 --- a/ace/ace.mpc +++ b/ace/ace.mpc @@ -280,6 +280,10 @@ project(ACE) : acedefaults, aceversion, core, qt_moc, qt_reactor { Codecs.cpp } + UUID { + UUID.cpp + } + Other { Local_Name_Space.cpp Name_Proxy.cpp @@ -290,6 +294,10 @@ project(ACE) : acedefaults, aceversion, core, qt_moc, qt_reactor { Remote_Name_Space.cpp NT_Service.cpp } + + Metrics { + Metrics_Cache.cpp + } } Template_Files { -- cgit v1.2.1