genericservices/systemagent/src/halsettings/halfiles.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   184 		    if( pS->iValue >= KErrNone )
   184 		    if( pS->iValue >= KErrNone )
   185 		        {
   185 		        {
   186 		        RHandleBase handle;
   186 		        RHandleBase handle;
   187 		        handle.SetHandle(pS->iValue);
   187 		        handle.SetHandle(pS->iValue);
   188 		        handle.Close();
   188 		        handle.Close();
       
   189 				// We will not persisit the closed handle
       
   190 				continue;
   189 		        }
   191 		        }
   190 		    }
   192 		    }
   191 				
   193 				
   192 		// HAL::GetAll() will return all HAL attributes 
   194 		// HAL::GetAll() will return all HAL attributes 
   193 		// But only need to save the attribute value which are valid and dynamic
   195 		// But only need to save the attribute value which are valid and dynamic