mmappcomponents/asxparser/src/asxparser.cpp
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
--- a/mmappcomponents/asxparser/src/asxparser.cpp	Tue Aug 31 15:41:40 2010 +0300
+++ b/mmappcomponents/asxparser/src/asxparser.cpp	Wed Sep 01 12:23:05 2010 +0100
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 10.1.5.1.4 %
+// Version : %version: e003sa33#10.1.6 %
 
 
 
@@ -26,11 +26,11 @@
 #include <utf.h>
 #include <asxparser.h>
 
-#include <xml/dom/xmlengdomimplementation.h>
-#include <xml/dom/xmlengdomparser.h>
-#include <xml/dom/xmlengdocument.h>
-#include <xml/dom/xmlengelement.h>
-#include <xml/dom/xmlengnodelist.h>
+#include <xmlengdomimplementation.h>
+#include <xmlengdomparser.h>
+#include <xmlengdocument.h>
+#include <xmlengelement.h>
+#include <xmlengnodelist.h>
 
 #include "AsxParser_debug.h"
 
@@ -421,7 +421,7 @@
 {
     iVersion = KErrNotFound;
 
-    TInt size = 0;
+    TInt size;
     User::LeaveIfError( aFile.Size( size ) );
 
     if ( size > KMaxAsxFileSize )