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

@@ -222,7 +222,7 @@ void F_WebPage::FormatTime(
// Convert the timer units to milliseconds
FLM_TIMER_UNITS_TO_MILLI( uiTimerUnits, uiMilli);
uiMilli = FLM_TIMER_UNITS_TO_MILLI( uiTimerUnits);
// Determine the number of days
@@ -574,7 +574,7 @@ RCODE F_WebPage::getFormValueByName(
bFreeFormData = TRUE;
if (fnRecvBuffer( m_pszFormData, (size_t*) &uiContentLength) != 0)
if (fnRecvBuffer( m_pszFormData, (FLMSIZET *) &uiContentLength) != 0)
{
rc = RC_SET( FERR_FAILURE);
goto Exit;
@@ -1241,7 +1241,7 @@ RCODE F_WebPage::acquireSession(void)
uiSize = sizeof(szSessionKey);
if (fnGetSessionValue( pvHttpSession, FLM_SESSION_ID_NAME,
(void*) szSessionKey, (size_t*) &uiSize) != 0)
(void*) szSessionKey, (FLMSIZET *) &uiSize) != 0)
{
CreateSession: