connectivitylayer/isce/isirouter_dll/inc/misilinkrouterif.h
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
child 9 8486d82aef45
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 * 
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    32 
    32 
    33         /*
    33         /*
    34         * Receive message from link.
    34         * Receive message from link.
    35         * Called without FM held.
    35         * Called without FM held.
    36         * @param aMsg, message to be received
    36         * @param aMsg, message to be received
       
    37 		* @return Error value
    37         */
    38         */
    38         virtual void RouteISIMessage( TDes8& aMsg ) = 0;
    39         virtual TInt RouteISIMessage( TDes8& aMsg ) = 0;
    39 
       
    40     };
    40     };
    41 
    41 
    42 
    42 
    43 
    43 
    44 #endif /* __ISILINKROUTERIF_H__ */
    44 #endif /* __ISILINKROUTERIF_H__ */