equal
deleted
inserted
replaced
399 /** |
399 /** |
400 * Checks if subconnection level notifier has already sent connection |
400 * Checks if subconnection level notifier has already sent connection |
401 * closed event. |
401 * closed event. |
402 * @since |
402 * @since |
403 * @param aConnection The connection info. On return, will contain connection id. |
403 * @param aConnection The connection info. On return, will contain connection id. |
404 * @param aSent On return, value is ETrue if event has been sent, EFalse otherwise. |
404 * @return KErrNone if successfull, otherwise a system wide error code. |
405 * @return KErrNone if successfull, otherwise a system wide error code. |
405 */ |
406 */ |
406 TBool GetDeleteNotifyStatus( TConnInfo& aConnection ); |
407 TBool GetDeleteNotifyStatus( TConnInfo& aConnection, TBool& aSent ); |
|
408 |
407 |
409 /** |
408 /** |
410 * Gets a pointer to the activity notifier object for the given connection id. |
409 * Gets a pointer to the activity notifier object for the given connection id. |
411 * @since |
410 * @since |
412 * @param aConnectionId The connection id. |
411 * @param aConnectionId The connection id. |