locationsystemui/locationsysui/privacyverifiernotifierui/locnotificationengine/src/locrequestorutilsresolver.cpp
changeset 40 16118e24b93b
parent 32 b12ea03c50a3
equal deleted inserted replaced
33:834e27cad510 40:16118e24b93b
   155 	    {
   155 	    {
   156 	    iEngine = new QLocNotificationEngine();
   156 	    iEngine = new QLocNotificationEngine();
   157 		}
   157 		}
   158 	catch( int error )
   158 	catch( int error )
   159 		{
   159 		{
   160 		User::Leave(error);
   160 		// Memory alloc failure
       
   161 		User::Leave(KErrNoMemory);
   161 		}	
   162 		}	
   162 	}
   163 	}
   163 
   164 
   164 //  End of File
   165 //  End of File
   165 
   166