persistentstorage/sql/SRC/Common/SqlMap.inl
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
   140                     }
   140                     }
   141 #endif  
   141 #endif  
   142 			}
   142 			}
   143 		return;
   143 		return;
   144 		}
   144 		}
   145 	__ASSERT_DEBUG(EFalse, __SQLPANIC(ESqlPanicInternalError));
   145 	__SQLASSERT(EFalse, ESqlPanicInternalError);
   146 	}
   146 	}
   147 
   147 
   148 /**
   148 /**
   149 This method performs a search for an element with aKey key in the map.
   149 This method performs a search for an element with aKey key in the map.
   150 If such element exists, the method will return a pointer to it.
   150 If such element exists, the method will return a pointer to it.