FLAIM changes. Changes to use FTK notify lists and the FDB hWaitSem.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@677 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-07-19 18:27:22 +00:00
parent 9600908d36
commit 6f0bdb05c5
7 changed files with 143 additions and 334 deletions

View File

@@ -640,15 +640,8 @@ RCODE F_RCachePage::display(
f_mutexLock( gv_FlmSysData.RCacheMgr.hMutex);
bRCLocked = TRUE;
flmRcaFindRec(uiContainer,
uiDrn,
pFile,
uiVersion,
TRUE,
0,
&pRCache,
&pNewerRCache,
&pOlderRCache);
flmRcaFindRec( pFile, F_SEM_NULL, uiContainer, uiDrn, uiVersion, TRUE,
0, &pRCache, &pNewerRCache, &pOlderRCache);
// We want to hold the RCache and pFile in memory while we render this page.
if (pRCache)
@@ -1224,15 +1217,8 @@ RCODE F_RecordPage::display(
f_mutexLock( gv_FlmSysData.hShareMutex);
f_mutexLock( gv_FlmSysData.RCacheMgr.hMutex);
flmRcaFindRec( uiContainer,
uiDrn,
pFile,
uiVersion,
TRUE,
0,
&pRCache,
&pNewerRCache,
&pOlderRCache);
flmRcaFindRec( pFile, F_SEM_NULL, uiContainer, uiDrn, uiVersion,
TRUE, 0, &pRCache, &pNewerRCache, &pOlderRCache);
if (pRCache)
{