persistentstorage/sql/SRC/Client/SqlDatabaseImpl.cpp
changeset 41 3256212fc81f
parent 17 55f2396f6d25
child 45 cc28652e0254
--- a/persistentstorage/sql/SRC/Client/SqlDatabaseImpl.cpp	Tue Jul 06 16:18:30 2010 +0300
+++ b/persistentstorage/sql/SRC/Client/SqlDatabaseImpl.cpp	Wed Aug 18 11:30:17 2010 +0300
@@ -171,7 +171,7 @@
 	TPtrC8 securityPolicyData;
 	if(aFunction == ESqlSrvDbCreateSecure)	
 		{
-		__SQLASSERT(aSecurityPolicy != NULL, ESqlPanicBadArgument);
+		__ASSERT_DEBUG(aSecurityPolicy != NULL, __SQLPANIC(ESqlPanicBadArgument));
 		const RSqlBufFlat& bufFlat = aSecurityPolicy->BufFlat();
 		securityPolicyData.Set(bufFlat.BufDes());
 		}