--- a/engine/inc/PodcastModel.h Sun Nov 14 13:05:37 2010 +0000
+++ b/engine/inc/PodcastModel.h Tue Nov 16 10:26:34 2010 +0000
@@ -25,14 +25,14 @@
#include <es_sock.h>
#include <http/rhttpsession.h>
#include <cmmanager.h>
-#include "defines.h"
+#include <aknserverapp.h> // MAknServerAppExitObserver
+#include <DocumentHandler.h>
#include "FeedInfo.h"
#include "ShowInfo.h"
#include "debug.h"
#include <sqlite3.h>
#include "ImageHandler.h"
-#include <aknserverapp.h> // MAknServerAppExitObserver
-#include <DocumentHandler.h>
+#include "defines.h"
// SQLite leaks memory when sorting, so to test our own memory leaks we need to disable this
//#define DONT_SORT_SQL
@@ -103,7 +103,7 @@
void ResetDB();
void OpenDBL();
// From ImageHandler
- void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
+ void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
private: // Functions from base classes
/**