mmserv/tms/tmsserver/inc/tmspubsublistener.h
branchRCL_3
changeset 17 60e492b28869
parent 7 3d8c721bf319
equal deleted inserted replaced
15:ab526b8cacfb 17:60e492b28869
    75      * @param aVal a value in return
    75      * @param aVal a value in return
    76      * @return error code
    76      * @return error code
    77      */
    77      */
    78     TInt Get(TDes16& aVal);
    78     TInt Get(TDes16& aVal);
    79 
    79 
       
    80     /**
       
    81      * Sets integer value for P & S.
       
    82      * @param aVal a value in return
       
    83      * @return error code
       
    84      */
       
    85     TInt Set(TInt aVal);
       
    86 
    80 private:
    87 private:
    81     // New functions.
    88     // New functions.
    82 
    89 
    83     /**
    90     /**
    84      * Starts the listening (RunL).
    91      * Starts the listening (RunL).