summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-03-03 00:36:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-03-03 00:36:57 +0000
commitca41e3fef54b98fadaa6de0612b317b06af172f4 (patch)
tree2e7d91f5abec68ad09481c8c6c90751588b326e3
parenta0f563188c9a0a77a3f93f1508fdab117028c03c (diff)
downloadATCD-ca41e3fef54b98fadaa6de0612b317b06af172f4.tar.gz
ChangeLogTag: Tue Mar 2 18:36:08 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog20
-rw-r--r--ace/TMCast/TMCast.mpc2
-rw-r--r--protocols/ace/TMCast/TMCast.mpc2
3 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 1668c90668d..3c0a609e3dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Mar 2 18:36:08 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * ace/TMCast/TMCast.mpc:
+
+ Fixed the requires by removing the comma.
+
Tue Mar 2 23:57:29 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
* bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm:
@@ -45,13 +51,13 @@ Tue Mar 2 23:57:29 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
Tue Mar 2 18:46:11 2004 Steve Huston <shuston@riverace.com>
- * tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
- * tests/RMCast/RMCast_Fragment_Test.cpp:
- * tests/RMCast/RMCast_Reassembly_Test.cpp: Added #include
- "ace/OS_NS_string.h" to get missing ACE_OS methods on AIX.
+ * tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
+ * tests/RMCast/RMCast_Fragment_Test.cpp:
+ * tests/RMCast/RMCast_Reassembly_Test.cpp: Added #include
+ "ace/OS_NS_string.h" to get missing ACE_OS methods on AIX.
- * tests/RMCast/RMCast_Retransmission_Test.cpp: Added #include
- "ace/ACE.h" to get missing methods on AIX.
+ * tests/RMCast/RMCast_Retransmission_Test.cpp: Added #include
+ "ace/ACE.h" to get missing methods on AIX.
Tue Mar 2 23:40:42 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
@@ -90,7 +96,7 @@ Tue Mar 2 22:58:40 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
a bug in the dependencies (that was also present prior
to this change) since it's now easier to grok the
generated makefile. I'll fix it once I've checked in
- all the other MPC changes in my queue.
+ all the other MPC changes in my queue.
Tue Mar 2 12:28:09 2004 Chad Elliott <elliott_c@ociweb.com>
diff --git a/ace/TMCast/TMCast.mpc b/ace/TMCast/TMCast.mpc
index 290360050ea..7826b439836 100644
--- a/ace/TMCast/TMCast.mpc
+++ b/ace/TMCast/TMCast.mpc
@@ -2,7 +2,7 @@
// $Id$
project : acelib, core {
- requires += exceptions, threads
+ requires += exceptions threads
sharedname = TMCast
dynamicflags += TMCAST_BUILD_DLL
}
diff --git a/protocols/ace/TMCast/TMCast.mpc b/protocols/ace/TMCast/TMCast.mpc
index 290360050ea..7826b439836 100644
--- a/protocols/ace/TMCast/TMCast.mpc
+++ b/protocols/ace/TMCast/TMCast.mpc
@@ -2,7 +2,7 @@
// $Id$
project : acelib, core {
- requires += exceptions, threads
+ requires += exceptions threads
sharedname = TMCast
dynamicflags += TMCAST_BUILD_DLL
}