equal
deleted
inserted
replaced
114 { |
114 { |
115 server.Resume(); |
115 server.Resume(); |
116 } |
116 } |
117 |
117 |
118 User::WaitForRequest( status ); |
118 User::WaitForRequest( status ); |
119 error = server.ExitType() == EExitPanic ? KErrGeneral : status.Int(); |
119 error = server.ExitType() == EExitPanic ? KErrCommsBreak : status.Int(); |
120 server.Close(); |
120 server.Close(); |
121 |
121 |
122 WRITELOG( "RBlacklistClient::StartServer - end" ); |
122 WRITELOG( "RBlacklistClient::StartServer - end" ); |
123 |
123 |
124 return error; |
124 return error; |
285 |
285 |
286 if( modified > 0 ) |
286 if( modified > 0 ) |
287 { |
287 { |
288 if ( modified == aLastModifiedTime.Int64() ) |
288 if ( modified == aLastModifiedTime.Int64() ) |
289 { |
289 { |
290 WRITELOG( "RBlacklistClient::IsBlacklistedL - file is blacklisted, modification time is different" ); |
290 WRITELOG( "RBlacklistClient::IsBlacklistedL - file is blacklisted, modification time is the same" ); |
291 return ETrue; |
291 return ETrue; |
292 } |
292 } |
293 else |
293 else |
294 { |
294 { |
295 // file might be different, so remove from blacklist |
295 // file might be different, so remove from blacklist |