diff -r 7bca37ba5fa9 -r 66c5303f3610 engine/src/ConnectionEngine.cpp --- a/engine/src/ConnectionEngine.cpp Mon Mar 01 22:57:56 2010 +0000 +++ b/engine/src/ConnectionEngine.cpp Sat Mar 06 10:22:09 2010 +0000 @@ -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)