summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-19 00:23:19 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-19 00:23:19 +0000
commit1a21df4cbc34613efebb5dc049b0ef5eb93e160d (patch)
treed6bd662d724957290330c6d1e395c0d12dab2ced /ace/OS.cpp
parentc8d5dbddd2604ec2afc0e5c59b5371cc309d93ee (diff)
downloadATCD-1a21df4cbc34613efebb5dc049b0ef5eb93e160d.tar.gz
(set_scheduling_params): oops, id instead of class_name in ACE_UNUSED_ARG
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r--ace/OS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 5785b8b66f7..ce761f89361 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -874,7 +874,7 @@ ACE_OS::set_scheduling_params (const ACE_Sched_Params &sched_params,
return 0;
#else /* ! ACE_HAS_PRIOCNTL */
- ACE_UNUSED_ARG (class_name);
+ ACE_UNUSED_ARG (id);
ACE_NOTSUP_RETURN (-1);
#endif /* ! ACE_HAS_PRIOCNTL */
}