engine/src/ConnectionEngine.cpp
changeset 50 e7b10d6d7ba3
parent 35 66c5303f3610
child 65 bcd88ba95046
child 96 a8538f50e2ba
--- a/engine/src/ConnectionEngine.cpp	Fri Mar 12 00:20:10 2010 +0000
+++ b/engine/src/ConnectionEngine.cpp	Fri Mar 12 09:34:08 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)