cbs/cbsserver/ClientInc/RCbsTopicMessages.h
changeset 51 12bc758d6a02
parent 33 8d5d7fcf9b59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
   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