loggingservices/eventlogger/LogServ/src/LOGADD.CPP
changeset 55 44f437012c90
parent 51 7d4490026038
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    36 // Local functions
    36 // Local functions
    37 
    37 
    38 #ifdef SYSLIBS_TEST
    38 #ifdef SYSLIBS_TEST
    39 
    39 
    40 #pragma BullseyeCoverage off
    40 #pragma BullseyeCoverage off
       
    41 #pragma CTC SKIP
    41 
    42 
    42 static void LogStore32IntL(RFs& aFs, const TDesC& aFilePath, TInt aVal)
    43 static void LogStore32IntL(RFs& aFs, const TDesC& aFilePath, TInt aVal)
    43 	{
    44 	{
    44 	RFile file;
    45 	RFile file;
    45 	User::LeaveIfError(file.Replace(aFs, aFilePath, EFileWrite));
    46 	User::LeaveIfError(file.Replace(aFs, aFilePath, EFileWrite));
    73 	LogStore32IntL(fs, KLogengTestFileNameFormat, (TInt)aContactNameFormat);
    74 	LogStore32IntL(fs, KLogengTestFileNameFormat, (TInt)aContactNameFormat);
    74 	
    75 	
    75 	CleanupStack::PopAndDestroy(&fs);
    76 	CleanupStack::PopAndDestroy(&fs);
    76 	}
    77 	}
    77 
    78 
       
    79 #pragma CTC ENDSKIP
    78 #pragma BullseyeCoverage on
    80 #pragma BullseyeCoverage on
    79 
    81 
    80 #endif //SYSLIBS_TEST
    82 #endif //SYSLIBS_TEST
    81 
    83 
    82 //This function reads logeng repository file and returns the integer value of the given key. 
    84 //This function reads logeng repository file and returns the integer value of the given key.