fotaapplication/fotaserver/FotaServer/src/fotaSrvSession.cpp
branchRCL_3
changeset 69 a082c848c9a9
parent 62 19bba8228ff0
child 76 3cdbd92ee07b
equal deleted inserted replaced
65:5cc2995847ea 69:a082c848c9a9
   165 	TPackageState       state;
   165 	TPackageState       state;
   166 	RThread clt; aMessage.ClientL(clt); 
   166 	RThread clt; aMessage.ClientL(clt); 
   167 	TFullName cltnm = clt.FullName();
   167 	TFullName cltnm = clt.FullName();
   168 	FLOG(_L( "CFotaSrvSession::ServiceL      %d   serving for %S?" )
   168 	FLOG(_L( "CFotaSrvSession::ServiceL      %d   serving for %S?" )
   169 			,aMessage.Function(), &cltnm );
   169 			,aMessage.Function(), &cltnm );
       
   170 	clt.Close();
   170 
   171 
   171 	TInt cmd = aMessage.Function();
   172 	TInt cmd = aMessage.Function();
   172 	if(( cmd!= EGetState ) && (cmd!= EGetResult ))
   173 	if(( cmd!= EGetState ) && (cmd!= EGetResult ))
   173 	{
   174 	{
   174 		TInt fotaValue(1);    
   175 		TInt fotaValue(1);