diff -r 9569ea080d5a -r 4d230e702aa3 engine/src/ConnectionEngine.cpp --- a/engine/src/ConnectionEngine.cpp Thu Mar 11 20:53:00 2010 +0100 +++ b/engine/src/ConnectionEngine.cpp Tue Apr 27 19:26:48 2010 +0100 @@ -64,7 +64,7 @@ } iConnectionState = iStatus.Int() == KErrNone?CConnectionEngine::EConnected:CConnectionEngine::ENotConnected; - ReportConnection( iStatus.Int() ); + ReportConnectionL( iStatus.Int() ); } void CConnectionEngine::DoCancel() @@ -272,7 +272,7 @@ } -void CConnectionEngine::ReportConnection(TInt aError) +void CConnectionEngine::ReportConnectionL(TInt aError) { TInt noObservers = iObserverArray.Count(); while(noObservers)