diff -r ac20d6a0a19d -r b982c3e940f3 telephonyserverplugins/common_tsy/commontsy/inc/mmutility/CMmSubTsyBase.h --- a/telephonyserverplugins/common_tsy/commontsy/inc/mmutility/CMmSubTsyBase.h Mon Aug 09 17:43:08 2010 +0100 +++ b/telephonyserverplugins/common_tsy/commontsy/inc/mmutility/CMmSubTsyBase.h Tue Sep 14 17:55:14 2010 +0100 @@ -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" @@ -135,6 +135,19 @@ return; } + /** + * Resets an entry in the req handle store + * + * + * @param aTsyReqHandle req handle + * @param aIpc IPC value + * return EFalse if req handle not found + */ + virtual TBool ResetReqHandle(const TTsyReqHandle /*aTsyReqHandle*/, const TInt /*aIpc*/) + { + return EFalse; + } + #endif //REHANDLE_TIMER protected: