summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rw-r--r--ace/Synch.i3
4 files changed, 25 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d4431b6ac27..f33520b240d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Feb 26 22:54:50 2002 UTC Don Hinton <dhinton@ieee.org>
+
+ * ace/Synch.i (ACE_Noop_Token::queueing_strategy):
+
+ Removed ACE_UNUSED_ARG and commented out the parameter
+ instead. Thanks to Ossama and Craig for pointing this out.
+
Tue Feb 26 16:17:45 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Thread_Manager.h (ACE_Thread_Manager): Fixed a typo in
@@ -61,7 +68,7 @@ Mon Feb 25 18:51:37 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Token_Strategy_Test.cpp:
Fixed small compile error that appeared with the BCB compiler
-Mon Feb 25 17:17:37 2002 UTC Don Hinton <dhinton@ieee/org>
+Mon Feb 25 17:17:37 2002 UTC Don Hinton <dhinton@ieee.org>
* ace/Select_Reactor.h:
* ace/Select_Reactor_Base.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index d4431b6ac27..f33520b240d 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Tue Feb 26 22:54:50 2002 UTC Don Hinton <dhinton@ieee.org>
+
+ * ace/Synch.i (ACE_Noop_Token::queueing_strategy):
+
+ Removed ACE_UNUSED_ARG and commented out the parameter
+ instead. Thanks to Ossama and Craig for pointing this out.
+
Tue Feb 26 16:17:45 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Thread_Manager.h (ACE_Thread_Manager): Fixed a typo in
@@ -61,7 +68,7 @@ Mon Feb 25 18:51:37 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Token_Strategy_Test.cpp:
Fixed small compile error that appeared with the BCB compiler
-Mon Feb 25 17:17:37 2002 UTC Don Hinton <dhinton@ieee/org>
+Mon Feb 25 17:17:37 2002 UTC Don Hinton <dhinton@ieee.org>
* ace/Select_Reactor.h:
* ace/Select_Reactor_Base.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d4431b6ac27..f33520b240d 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Tue Feb 26 22:54:50 2002 UTC Don Hinton <dhinton@ieee.org>
+
+ * ace/Synch.i (ACE_Noop_Token::queueing_strategy):
+
+ Removed ACE_UNUSED_ARG and commented out the parameter
+ instead. Thanks to Ossama and Craig for pointing this out.
+
Tue Feb 26 16:17:45 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Thread_Manager.h (ACE_Thread_Manager): Fixed a typo in
@@ -61,7 +68,7 @@ Mon Feb 25 18:51:37 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Token_Strategy_Test.cpp:
Fixed small compile error that appeared with the BCB compiler
-Mon Feb 25 17:17:37 2002 UTC Don Hinton <dhinton@ieee/org>
+Mon Feb 25 17:17:37 2002 UTC Don Hinton <dhinton@ieee.org>
* ace/Select_Reactor.h:
* ace/Select_Reactor_Base.h:
diff --git a/ace/Synch.i b/ace/Synch.i
index 74e31a33853..e62abfbce0d 100644
--- a/ace/Synch.i
+++ b/ace/Synch.i
@@ -823,9 +823,8 @@ ACE_Noop_Token::queueing_strategy (void)
}
ACE_INLINE void
-ACE_Noop_Token::queueing_strategy (int queueing_strategy)
+ACE_Noop_Token::queueing_strategy (int /* queueing_strategy */)
{
- ACE_UNUSED_ARG(queueing_strategy);
}
ACE_INLINE int