--- a/browserutilities/feedsengine/FeedsServer/FeedHandler/src/FeedParser.cpp Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/FeedHandler/src/FeedParser.cpp Tue Aug 31 16:17:46 2010 +0300
@@ -15,12 +15,14 @@
*
*/
-#include <TInternetDate.h>
+
+#include <tinternetdate.h>
#include "FeedParser.h"
#include "FeedParserObserver.h"
-#include <leaktracker.h>
-#include <xmlutils.h>
+#include "LeakTracker.h"
+#include "XmlUtils.h"
+
_LIT8(KUrlStr, "url");
@@ -295,7 +297,6 @@
const TDesC8& aNamespace, const TDesC8& aElementName, TInt aValueId,
ElementHandlerFunctionL aHandler)
{
- CleanupClosePushL(aMappings);
ElementHandlerMapEntry entry;
// Init the entry.
@@ -306,7 +307,6 @@
// Append the entry.
User::LeaveIfError(aMappings.Append(entry));
- CleanupStack::Pop();
}