creator/engine/src/creator_scriptparser.cpp
changeset 52 36d60d12b4af
parent 28 4cc0d1a608c1
equal deleted inserted replaced
51:b048e15729d6 52:36d60d12b4af
   140 
   140 
   141 void CCreatorScriptParser::OnStartDocumentL(const Xml::RDocumentParameters& aDocParam, TInt aErrorCode)
   141 void CCreatorScriptParser::OnStartDocumentL(const Xml::RDocumentParameters& aDocParam, TInt aErrorCode)
   142     {
   142     {
   143     LOGSTRING2("Creator: CCreatorScriptParser::OnStartDocumentL (Error code: %d)", aErrorCode);
   143     LOGSTRING2("Creator: CCreatorScriptParser::OnStartDocumentL (Error code: %d)", aErrorCode);
   144     User::LeaveIfError(aErrorCode);    
   144     User::LeaveIfError(aErrorCode);    
   145     const TDesC8& charSet = aDocParam.CharacterSetName().DesC();
       
   146     }
   145     }
   147 
   146 
   148 void CCreatorScriptParser::OnEndDocumentL(TInt aErrorCode)
   147 void CCreatorScriptParser::OnEndDocumentL(TInt aErrorCode)
   149     {
   148     {
   150     LOGSTRING2("Creator: CCreatorScriptParser::OnEndDocumentL (Error code: %d)", aErrorCode);
   149     LOGSTRING2("Creator: CCreatorScriptParser::OnEndDocumentL (Error code: %d)", aErrorCode);