serviceproviders/sapi_sysinfo/tsrc/dev/servicetests/manual/tsysinfonetworktests/src/tsysinfohomenetworknotify.cpp
branchRCL_3
changeset 44 0b68a1b0c15e
parent 38 ea43c23d28d2
child 45 a9c0808a1095
equal deleted inserted replaced
43:1790c2f1027c 44:0b68a1b0c15e
    79 	return iResult;
    79 	return iResult;
    80 	}
    80 	}
    81 
    81 
    82 void CHomeNetworkNotify::TestFuncL()
    82 void CHomeNetworkNotify::TestFuncL()
    83 	{
    83 	{
    84 	TInt64 x = 6000000000;
    84 	const TTimeIntervalMicroSeconds32 OneMinute(6000000000);
    85   const TTimeIntervalMicroSeconds32 OneMinute = TTimeIntervalMicroSeconds32(x);
       
    86 	iTransId = 222;
    85 	iTransId = 222;
    87 	TRAPD(err,iSysInfoService->GetNotificationL(KNetwork,KCurrentNetwork,iTransId,this));
    86 	TRAPD(err,iSysInfoService->GetNotificationL(KNetwork,KCurrentNetwork,iTransId,this));
    88 	iResult  = err;
    87 	iResult  = err;
    89 	iTimer->After(OneMinute);
    88 	iTimer->After(OneMinute);
    90 	
    89