diff -r 523e04129df6 -r 41d00e97e2f7 engine/src/ConnectionEngine.cpp --- a/engine/src/ConnectionEngine.cpp Thu Apr 01 11:39:23 2010 +0200 +++ b/engine/src/ConnectionEngine.cpp Thu Apr 01 11:41:33 2010 +0200 @@ -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)