telephonyserverplugins/common_tsy/commontsy/inc/mmutility/cmmtsyreqhandlestore.h
branchRCL_3
changeset 74 9200f38b1324
parent 0 3553901f7fa8
child 82 042fd2753b8f
--- a/telephonyserverplugins/common_tsy/commontsy/inc/mmutility/cmmtsyreqhandlestore.h	Tue Sep 14 23:33:57 2010 +0300
+++ b/telephonyserverplugins/common_tsy/commontsy/inc/mmutility/cmmtsyreqhandlestore.h	Wed Sep 15 13:30:43 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-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"
@@ -94,7 +94,15 @@
          * @param aIndex index which req handle to reset.
          */
         TTsyReqHandle ResetTsyReqHandle( const TInt aIndex );
-
+        
+        /**
+         * Reset TSY request handle by req handle value.
+         *           
+         * @param aTsyReqHanle req handle to be reset.
+         * return TInt EFalse if handle not found
+         */
+        TBool FindAndResetTsyReqHandle( const TTsyReqHandle aTsyReqHandle);
+        
 #ifdef REQHANDLE_TIMER
 
         /**