connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h
changeset 53 4af712113915
parent 2 086aae6fc07e
--- a/connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h	Tue Jul 06 14:42:41 2010 +0300
+++ b/connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h	Wed Aug 18 10:10:23 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -401,10 +401,9 @@
          * closed event.
          * @since
          * @param aConnection The connection info. On return, will contain connection id.
-         * @param aSent On return, value is ETrue if event has been sent, EFalse otherwise.
          * @return KErrNone if successfull, otherwise a system wide error code.
          */
-        TBool GetDeleteNotifyStatus( TConnInfo& aConnection, TBool& aSent );
+        TBool GetDeleteNotifyStatus( TConnInfo& aConnection );
 
         /**
          * Gets a pointer to the activity notifier object for the given connection id.
@@ -492,6 +491,12 @@
         void GetActiveConnectionsIds( const TUint& aBearerId, RArray<TUint>& aIdArray );
 
         /**
+         * Return ETrue if one or more active packetdata connections are found,
+         * EFalse otherwise.
+         */
+        TBool ActivePacketdataConnectionsFound();
+
+        /**
          * Tells whether bearer is supported or not.
          * @since
          * @param aConnectionId Generic bearer id (EBearerIdGPRS, EBEarerIdCSD).