persistentstorage/sql/SRC/Common/SqlMap.inl
changeset 41 3256212fc81f
parent 17 55f2396f6d25
child 45 cc28652e0254
equal deleted inserted replaced
35:0d6db0a14001 41:3256212fc81f
   140                     }
   140                     }
   141 #endif  
   141 #endif  
   142 			}
   142 			}
   143 		return;
   143 		return;
   144 		}
   144 		}
   145 	__SQLASSERT(EFalse, ESqlPanicInternalError);
   145 	__ASSERT_DEBUG(EFalse, __SQLPANIC(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.