logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp
changeset 8 6c9acdc6adc0
parent 0 4a5361db8937
child 15 76d2cf7a585e
--- a/logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp	Fri Jun 11 13:38:41 2010 +0300
+++ b/logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp	Thu Jun 24 14:44:14 2010 +0300
@@ -27,6 +27,7 @@
     mFailCode = KErrNone;
     mCurrentVal = 0;
 }
+
 void CentralRepositoryStubHelper::setFailCode(TInt err)
 {
     mFailCode = err;
@@ -76,7 +77,7 @@
 //
 // -----------------------------------------------------------------------------
 //
-TInt CRepository::Get(TUint32 aKey, TInt& aValue)
+TInt CRepository::Get(TUint32 /*aKey*/, TInt& aValue)
     {
     aValue = mCurrentVal;
     return mFailCode;
@@ -87,7 +88,7 @@
 //
 // -----------------------------------------------------------------------------
 //
-TInt CRepository::Set(TUint32 aKey, TInt aValue)
+TInt CRepository::Set(TUint32 /*aKey*/, TInt aValue)
     {
     if ( mFailCode == KErrNone )
         {