telephonyserverplugins/common_tsy/commontsy/inc/mmutility/CMmSubTsyBase.h
branchRCL_3
changeset 74 9200f38b1324
parent 0 3553901f7fa8
child 82 042fd2753b8f
equal deleted inserted replaced
70:4814c5a49428 74:9200f38b1324
     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".
   133                                TInt ) //aError
   133                                TInt ) //aError
   134             { 
   134             { 
   135             return;
   135             return;
   136             }
   136             }
   137         
   137         
       
   138         /**
       
   139          * Resets an entry in the req handle store 
       
   140          * 
       
   141          * 
       
   142          * @param aTsyReqHandle req handle 
       
   143          * @param aIpc IPC value
       
   144          * return EFalse if req handle not found
       
   145          */        
       
   146         virtual TBool ResetReqHandle(const TTsyReqHandle /*aTsyReqHandle*/, const TInt /*aIpc*/)
       
   147             {
       
   148             return EFalse;
       
   149             }
       
   150         
   138 #endif //REHANDLE_TIMER
   151 #endif //REHANDLE_TIMER
   139 
   152 
   140     protected:
   153     protected:
   141     
   154     
   142         /**
   155         /**