diff -r ac5daea24fb0 -r 9f263f780e41 connectionmonitoring/connmon/connectionmonitor/inc/ConnMonSess.h --- a/connectionmonitoring/connmon/connectionmonitor/inc/ConnMonSess.h Wed Oct 27 17:43:56 2010 +0300 +++ b/connectionmonitoring/connmon/connectionmonitor/inc/ConnMonSess.h Wed Oct 27 17:51:11 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" @@ -347,6 +347,14 @@ TInt SetBoolAttribute(); /** + * Sets the TBool attribute asynchronously to the server (KConnectionStop + * & KConnectionStopAll). + * @return KRequestPending if request initiated successfully, otherwise a + * system wide error code. + */ + TInt SetAsyncBoolAttributeL(); + + /** * Sets the String attribute to the server. * @return KErrNone if successfull, otherwise a system wide error code. */