telephonyserverplugins/common_tsy/commontsy/inc/mmutility/CMmSubTsyBase.h
branchRCL_3
changeset 82 042fd2753b8f
parent 74 9200f38b1324
equal deleted inserted replaced
74:9200f38b1324 82:042fd2753b8f
     1 /*
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 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         
       
   151 #endif //REHANDLE_TIMER
   138 #endif //REHANDLE_TIMER
   152 
   139 
   153     protected:
   140     protected:
   154     
   141     
   155         /**
   142         /**