summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Concurrency/CC_tests.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-13 02:52:02 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-13 02:52:02 +0000
commit2cbfcede9fe16a7cb23e3f9768b86e9f0eeee6d5 (patch)
tree798b352b16c305e86981bdd975e35c166124c798 /TAO/orbsvcs/tests/Concurrency/CC_tests.cpp
parent65ed177471ad77eef4e91ba6233a8dab8204c985 (diff)
downloadATCD-2cbfcede9fe16a7cb23e3f9768b86e9f0eeee6d5.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/tests/Concurrency/CC_tests.cpp')
-rw-r--r--TAO/orbsvcs/tests/Concurrency/CC_tests.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Concurrency/CC_tests.cpp b/TAO/orbsvcs/tests/Concurrency/CC_tests.cpp
index d0319efdd0b..51559e3e385 100644
--- a/TAO/orbsvcs/tests/Concurrency/CC_tests.cpp
+++ b/TAO/orbsvcs/tests/Concurrency/CC_tests.cpp
@@ -94,7 +94,7 @@ Test_Single_Lock_With_Mode::~Test_Single_Lock_With_Mode (void)
}
int
-Test_Single_Lock_With_Mode::run (int times_to_run)
+Test_Single_Lock_With_Mode::run (int /* times_to_run */)
{
CORBA::Boolean lock_not_held;
@@ -173,7 +173,7 @@ Test_Setup_LockSet::~Test_Setup_LockSet (void)
}
int
-Test_Setup_LockSet::run (int times_to_run)
+Test_Setup_LockSet::run (int /* times_to_run */)
{
TAO_TRY
{
@@ -218,7 +218,7 @@ Test_Use_Already_Created_LockSet::~Test_Use_Already_Created_LockSet (void)
}
int
-Test_Use_Already_Created_LockSet::run (int times_to_run)
+Test_Use_Already_Created_LockSet::run (int /* times_to_run */)
{
TAO_TRY
{
@@ -263,7 +263,7 @@ Test_Unlock_Already_Created_LockSet::~Test_Unlock_Already_Created_LockSet (void)
}
int
-Test_Unlock_Already_Created_LockSet::run (int times_to_run)
+Test_Unlock_Already_Created_LockSet::run (int /* times_to_run */)
{
TAO_TRY
{
@@ -304,7 +304,7 @@ Test_Release_Not_Held_Lock::~Test_Release_Not_Held_Lock (void)
}
int
-Test_Release_Not_Held_Lock::run (int times_to_run)
+Test_Release_Not_Held_Lock::run (int /* times_to_run */)
{
CORBA::Boolean lock_not_held;