telephonyserverplugins/common_tsy/commontsy/inc/mmcustomtsy/CMmPacketTsy.h
changeset 69 b982c3e940f3
parent 0 3553901f7fa8
child 82 042fd2753b8f
equal deleted inserted replaced
59:ac20d6a0a19d 69:b982c3e940f3
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   192          * @param aError
   192          * @param aError
   193          */
   193          */
   194         virtual void Complete( TInt aReqHandleType, TInt aError );
   194         virtual void Complete( TInt aReqHandleType, TInt aError );
   195 #endif // REQHANDLE_TIMER
   195 #endif // REQHANDLE_TIMER
   196 
   196 
       
   197         /**
       
   198          * Resets an entry in the req handle store 
       
   199          * 
       
   200          * 
       
   201          * @param aTsyReqHandle req handle 
       
   202          * @param aIpc IPC value
       
   203          * return EFalse if req handle not found
       
   204          */      
       
   205         virtual TBool ResetReqHandle(const TTsyReqHandle aTsyReqHandle, const TInt aIpc);
       
   206         
   197     private:
   207     private:
   198 
   208 
   199         /**
   209         /**
   200          * C++ default constructor.
   210          * C++ default constructor.
   201          */
   211          */