engine/src/ConnectionEngine.cpp
changeset 66 41d00e97e2f7
parent 63 a8538f50e2ba
child 114 f94dbd678dda
--- 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)