diff options
author | Steve Huston <shuston@riverace.com> | 2001-12-21 21:35:13 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-12-21 21:35:13 +0000 |
commit | 5d3692c307d57e7f990c50bcb75def83e9e672fd (patch) | |
tree | c5f630f9fdcb1bc81f2f869032ebfbee6e3f370a /ace/ace.icc | |
parent | 39628aac8aabf545f8967e6da59c7b2fbc7a8bb9 (diff) | |
download | ATCD-5d3692c307d57e7f990c50bcb75def83e9e672fd.tar.gz |
Fri Dec 21 16:22:39 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/ace.icc')
-rwxr-xr-x | ace/ace.icc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/ace.icc b/ace/ace.icc index 9f0344c9f9a..59c9bc8f1fa 100755 --- a/ace/ace.icc +++ b/ace/ace.icc @@ -67,10 +67,10 @@ group UTILS_FILES = "Recyclable.cpp", "Refcountable.cpp", "Registry.cpp", - "String_Base_Const", + "Sample_History.cpp", "SString.cpp", "Stats.cpp", - "Sample_History.cpp", + "String_Base_Const.cpp", "System_Time.cpp", "Time_Request_Reply.cpp", "Timeprobe.cpp", @@ -112,9 +112,10 @@ group UTILS_INCLUDES = "Recyclable.h", "Refcountable.h", "Registry.h", + "Sample_History.h", "SString.h", "Stats.h", - "Sample_History.h", + "String_Base_Const.h", "System_Time.h", "Time_Request_Reply.h", "Timeprobe.h", |