equal
deleted
inserted
replaced
191 * succeeding the given topic |
191 * succeeding the given topic |
192 * @param aPosition Returns: position of current topic |
192 * @param aPosition Returns: position of current topic |
193 * in list |
193 * in list |
194 * @return Result code |
194 * @return Result code |
195 */ |
195 */ |
196 IMPORT_C TInt GetNextAndPrevMessageHandle( |
196 TInt GetNextAndPrevMessageHandle( |
197 const TCbsMessageHandle& aCurrentMsgHandle, |
197 const TCbsMessageHandle& aCurrentMsgHandle, |
198 TCbsMessageHandle& aPrevMsgHandle, |
198 TCbsMessageHandle& aPrevMsgHandle, |
199 TCbsMessageHandle& aNextMsgHandle, |
199 TCbsMessageHandle& aNextMsgHandle, |
200 TInt& aPosition ); |
200 TInt& aPosition ); |
201 |
201 |