XFLAIM modifications to use FTK.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@384 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-08 22:36:36 +00:00
parent 0ffef299a0
commit ba9ea66bd3
27 changed files with 409 additions and 8270 deletions

View File

@@ -74,7 +74,7 @@ RCODE getTest( IFlmTest ** ppTest)
{
RCODE rc = NE_XFLM_OK;
if( (*ppTest = new SortKeyTest2Impl) == NULL)
if( (*ppTest = f_new SortKeyTest2Impl) == NULL)
{
rc = NE_XFLM_MEM;
goto Exit;