connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h
changeset 44 a0c4ceac30d0
parent 2 086aae6fc07e
child 52 bbe4544dfd31
equal deleted inserted replaced
41:bbb64eb3bdee 44:a0c4ceac30d0
   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.