diff -r 84d9eb65b26f -r e4592d119491 messagingapp/msgui/appengine/inc/conversationsengine.h --- a/messagingapp/msgui/appengine/inc/conversationsengine.h Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgui/appengine/inc/conversationsengine.h Fri May 14 15:49:35 2010 +0300 @@ -21,6 +21,7 @@ // INCLUDES #include #include +#include #ifdef BUILD_DLL #define CONVERSATIONS_ENGINE_API_EXPORT Q_DECL_EXPORT @@ -202,6 +203,13 @@ void markAsReadAndGetType( qint32 messageId, int& msgType, int& msgSubType); + + /* + * Get SQL DB handle + * @param isOpen, set to true if open, check this before using the handle + */ + RSqlDatabase& getDBHandle(TBool& isOpen); + private: /**