XFLAIM modifications to use FTK.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@383 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-08 22:35:48 +00:00
parent 025fab1481
commit 0ffef299a0
122 changed files with 5397 additions and 68650 deletions

View File

@@ -37,7 +37,7 @@ Desc: Provides the ability to scan a FLAIM database to delete or check
for usage of elements and attributes.
****************************************************************************/
RCODE F_Db::sweep(
F_Thread * pThread)
IF_Thread * pThread)
{
RCODE rc = NE_XFLM_OK;
FLMBOOL bStartedTrans = FALSE;
@@ -47,7 +47,7 @@ RCODE F_Db::sweep(
FLMUINT uiCollection;
F_Btree * pbtree = NULL;
FLMBYTE ucKey [FLM_MAX_NUM_BUF_SIZE];
FLMUINT uiKeyLen;
FLMUINT uiKeyLen = 0;
FLMUINT64 ui64NodeId;
FLMBOOL bNeg;
FLMUINT uiBytesProcessed;