equal
deleted
inserted
replaced
195 wchar_t m_pkgChar; |
195 wchar_t m_pkgChar; |
196 int m_token; |
196 int m_token; |
197 VARIANTVAL m_tokenValue; |
197 VARIANTVAL m_tokenValue; |
198 int m_nLineNo; |
198 int m_nLineNo; |
199 |
199 |
200 void ParserError(char* msg); |
200 void ParserError(char const* msg); |
201 |
201 |
202 friend String wstring2string (const std::wstring& aWide); |
202 friend String wstring2string (const std::wstring& aWide); |
203 friend std::wstring string2wstring (const String& aNarrow); |
203 friend std::wstring string2wstring (const String& aNarrow); |
204 friend int CompareTwoString(wchar_t const * string ,wchar_t const * option); |
204 friend int CompareTwoString(wchar_t const * string ,wchar_t const * option); |
205 friend int CompareNString(wchar_t const * string ,wchar_t const * option, int len); |
205 friend int CompareNString(wchar_t const * string ,wchar_t const * option, int len); |