diff -r 0c32cf868819 -r 70ee5458c95d bearermanagement/mpm/inc/mpmserver.h --- a/bearermanagement/mpm/inc/mpmserver.h Wed Oct 27 18:01:02 2010 +0300 +++ b/bearermanagement/mpm/inc/mpmserver.h Thu Oct 28 13:13:30 2010 +0300 @@ -469,10 +469,8 @@ * @param aConnId Connection Id * @param aIapId IAP Id of the connection. * @param aCategory Either connection lifetime or temporary. - * @return KErrNone if successful, otherwise one of the - * system-wide error codes */ - TInt HandleServerBlackListIap( const TConnectionId aConnId, + void HandleServerBlackListIap( const TConnectionId aConnId, TUint32 aIapId, TBlacklistCategory aCategory ); @@ -482,10 +480,8 @@ * @param aConnId Connection Id * @param aIapId IAP Id of the connection. * @param aCategory Either connection lifetime or temporary. - * @return KErrNone if successful, otherwise one of the - * system-wide error codes */ - TInt BlackListIap( const TConnectionId aConnId, + void BlackListIap( const TConnectionId aConnId, TUint32 aIapId, TBlacklistCategory aCategory ); @@ -513,18 +509,16 @@ * @since 3.1 * @param aConnId Connection Id * @param aBlacklistedIAP returns blacklisted iaps. - * @return KErrNone if successful. */ - TInt GetBlacklistedIAP( TConnectionId aConnId, + void GetBlacklistedIAP( TConnectionId aConnId, RArray &aBlacklistedIAP ); /** * Get all blacklisted IAPs. * @since 3.2 * @param aBlacklistedIAP returns blacklisted iaps. - * @return KErrNone if successful. */ - TInt GetBlacklistedIAP( RArray &aBlacklistedIAP ); + void GetBlacklistedIAP( RArray &aBlacklistedIAP ); /** * Set the ConnMonEvents object.