Changes to allow XFLAIM to consume FTK.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@370 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-05 15:50:26 +00:00
parent 0084fd5a0e
commit adb84b06ac
24 changed files with 2699 additions and 1663 deletions

View File

@@ -24,6 +24,7 @@
//------------------------------------------------------------------------------
#include "ftksys.h"
#if 0
#define FLM_XML_BASE_CHAR 0x01
#define FLM_XML_IDEOGRAPHIC 0x02
@@ -400,7 +401,7 @@ static CHAR_TBL charTbl[] =
/****************************************************************************
Desc: XML
****************************************************************************/
class F_XML : public IF_XML, public virtual F_Base
class F_XML : public IF_XML
{
public:
@@ -763,4 +764,4 @@ Exit:
return( bValid);
}
#endif