Ported FLAIM to FTK.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@509 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-05 22:59:36 +00:00
parent 728ce20c8d
commit 7de8b6be39
188 changed files with 7093 additions and 73582 deletions

View File

@@ -46,10 +46,10 @@ FSTATIC RCODE flmCurCSPerformRead(
FLMUINT * puiDrnRV,
FLMUINT * puiCountRV)
{
RCODE rc = FERR_OK;
CS_CONTEXT * pCSContext = pCursor->pCSContext;
FCL_WIRE Wire( pCSContext);
void * pvMark = GedPoolMark( &pCSContext->pool);
RCODE rc = FERR_OK;
void * pvMark = pCSContext->pool.poolMark();
FLMUINT uiCSOp = 0;
// If there is no VALID id for the cursor, get one.
@@ -178,7 +178,7 @@ FSTATIC RCODE flmCurCSPerformRead(
Exit:
GedPoolReset( &pCSContext->pool, pvMark);
pCSContext->pool.poolReset( pvMark);
return( rc);
Transmission_Error: