engine/inc/PodcastUtils.h
branch3rded
changeset 176 1c8b56cb6409
parent 60 4d230e702aa3
child 279 5a44ec2f6f4d
equal deleted inserted replaced
175:cd124c4eb6b9 176:1c8b56cb6409
    18 
    18 
    19 #ifndef PODCASTUTILS_H_
    19 #ifndef PODCASTUTILS_H_
    20 #define PODCASTUTILS_H_
    20 #define PODCASTUTILS_H_
    21 
    21 
    22 #include <e32cmn.h>
    22 #include <e32cmn.h>
    23 #include <sqlite3.h>
    23 #include "sqlite3.h"
    24 
    24 
    25 // Cleanup stack macro for SQLite3
    25 // Cleanup stack macro for SQLite3
    26 static void Cleanup_sqlite3_finalize_wrapper(TAny* handle)
    26 static void Cleanup_sqlite3_finalize_wrapper(TAny* handle)
    27 	{
    27 	{
    28 	sqlite3_finalize(static_cast<sqlite3_stmt*>(handle));
    28 	sqlite3_finalize(static_cast<sqlite3_stmt*>(handle));