searchengine/util/tsrc/cpixtoolsunittest/src/mutextest.cpp
changeset 8 6547bf8ca13a
parent 0 671dee74050a
--- a/searchengine/util/tsrc/cpixtoolsunittest/src/mutextest.cpp	Fri Jun 11 14:43:47 2010 +0300
+++ b/searchengine/util/tsrc/cpixtoolsunittest/src/mutextest.cpp	Mon Jun 28 10:34:53 2010 +0530
@@ -24,7 +24,7 @@
 #include "cpixsynctools.h"
 
 
-void testMutex(Itk::TestMgr * )
+void testMutex(Itk::TestMgr * mgr)
 {
     using namespace Cpt;
 
@@ -36,7 +36,7 @@
 }
 
 
-void testRecursiveMutex(Itk::TestMgr * )
+void testRecursiveMutex(Itk::TestMgr * mgr)
 {
     using namespace Cpt;
 
@@ -51,7 +51,7 @@
 }
 
 
-void testMultiSyncRegion(Itk::TestMgr * )
+void testMultiSyncRegion(Itk::TestMgr * mgr)
 {
     using namespace Cpt;