supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplprotocolmanager2.cpp
branchRCL_3
changeset 4 42de37ce7ce4
parent 0 667063e416a2
child 13 9c303455e256
equal deleted inserted replaced
1:788b770ce3ae 4:42de37ce7ce4
   224 									iPosHandler, 
   224 									iPosHandler, 
   225 									iIMSI,
   225 									iIMSI,
   226                                     *this, 
   226                                     *this, 
   227                                     aIpcSessionId,
   227                                     aIpcSessionId,
   228                                     iOMASuplAsnHandlerBaseImpl);
   228                                     iOMASuplAsnHandlerBaseImpl);
   229                                     
   229   SuplSession->SetSUPLVersion(2);                                    
   230 	User::LeaveIfError(iSuplSessions.Append(SuplSession));
   230 	User::LeaveIfError(iSuplSessions.Append(SuplSession));
   231   	return SuplSession;
   231   	return SuplSession;
   232 	}
   232 	}
   233 
   233 
   234 // -----------------------------------------------------------------------------
   234 // -----------------------------------------------------------------------------
   254 	if(iSuplEcomEventWatcher)
   254 	if(iSuplEcomEventWatcher)
   255 		{
   255 		{
   256 	    iTrace->Trace(_L("NotifyOnPlugInUnInstallation starting"), KTraceFileName, __LINE__);	
   256 	    iTrace->Trace(_L("NotifyOnPlugInUnInstallation starting"), KTraceFileName, __LINE__);	
   257 		iSuplEcomEventWatcher->NotifyOnPlugInUnInstallation();	
   257 		iSuplEcomEventWatcher->NotifyOnPlugInUnInstallation();	
   258 		}
   258 		}
   259     iNotifier = COMASuplETelNotifier::NewL(*this,iMobilePhone);
   259 		if(!iNotifier)
       
   260 			{
       
   261     		iNotifier = COMASuplETelNotifier::NewL(*this,iMobilePhone);
       
   262     	}
   260 	
   263 	
   261 	iTrace->Trace(_L("ETEL Notifier created"), KTraceFileName, __LINE__);	
   264 	iTrace->Trace(_L("ETEL Notifier created"), KTraceFileName, __LINE__);	
   262 	iTrace->Trace(_L("COMASUPLProtocolManager2::InitializeL completed"), KTraceFileName, __LINE__);
   265 	iTrace->Trace(_L("COMASUPLProtocolManager2::InitializeL completed"), KTraceFileName, __LINE__);
   263 	}
   266 	}
   264 
   267