Commit 97a1a37e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

dom model

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57648 954022d7-b5bf-4e40-9824-e11837661b57
parent d1ea88b1
......@@ -226,6 +226,8 @@ namespace XmlUtils
m_pDataCur = m_pData;
m_lSizeCur = m_lSize;
m_bInitTable = FALSE;
}
~CStringWriter()
{
......@@ -414,11 +416,11 @@ namespace XmlUtils
}
protected:
static BYTE m_arTableUnicodes[65536];
static BOOL m_bInitTable;
BYTE m_arTableUnicodes[65536];
BOOL m_bInitTable;
protected:
static BYTE CheckCode(const WCHAR& c)
BYTE CheckCode(const WCHAR& c)
{
if (!m_bInitTable)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment