summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-07-29 15:00:28 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-07-29 15:00:28 +0000
commitca245f6a2e6445530044bad8140515b33b2befc0 (patch)
treec3922207c3ab268e6aef81c25ec1738bac3b7c38
parent1e4afba0ec10c1d710699f86db50178e2f20158c (diff)
downloadATCD-ca245f6a2e6445530044bad8140515b33b2befc0.tar.gz
ChangeLogTag: Tue Jul 29 09:59:35 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog10
-rw-r--r--ace/UUID.cpp6
-rw-r--r--ace/ace.mpc8
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 <elliott_c@ociweb.com>
+
+ * 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 <elliott_c@ociweb.com>
* 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 {