messagingapp/msgui/appengine/inc/conversationsengine.h
changeset 34 84197e66a4bd
parent 31 ebfee66fde93
child 44 36f374c67aa8
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
   208      * Get SQL DB handle
   208      * Get SQL DB handle
   209      * @param isOpen, set to true if open, check this before using the handle
   209      * @param isOpen, set to true if open, check this before using the handle
   210      */
   210      */
   211     RSqlDatabase& getDBHandle(TBool& isOpen);
   211     RSqlDatabase& getDBHandle(TBool& isOpen);
   212     
   212     
       
   213     /**
       
   214      * Get the biotype of a message
       
   215      * @param messageId
       
   216      */
       
   217     int getMsgSubType(int messageId);
       
   218     
   213 private:
   219 private:
   214 
   220 
   215     /**
   221     /**
   216      * Constructor
   222      * Constructor
   217      */
   223      */