searchengine/util/tsrc/cpixtoolsunittest/src/mutextest.cpp
changeset 10 afe194b6b1cd
parent 0 671dee74050a
--- a/searchengine/util/tsrc/cpixtoolsunittest/src/mutextest.cpp	Wed Jun 23 19:26:19 2010 +0300
+++ b/searchengine/util/tsrc/cpixtoolsunittest/src/mutextest.cpp	Tue Jul 06 15:30:04 2010 +0300
@@ -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;