engine/src/ConnectionEngine.cpp
changeset 35 66c5303f3610
parent 13 f58e3c482bd9
child 65 bcd88ba95046
child 96 a8538f50e2ba
--- 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)