telephonyserverplugins/common_tsy/commontsy/inc/mmutility/CMmTsyBase.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".
   161          */
   161          */
   162         virtual TInt DoBaseExtFuncL(const TTsyReqHandle aTsyReqHandle,
   162         virtual TInt DoBaseExtFuncL(const TTsyReqHandle aTsyReqHandle,
   163                                     const TInt anIpc,
   163                                     const TInt anIpc,
   164                                     const TDataPackage& aPackage);
   164                                     const TDataPackage& aPackage);
   165 
   165 
       
   166         /**
       
   167          * Resets an entry in a handle request store for a given request handle
       
   168          *          
       
   169          * 
       
   170          * @param aTsyReqHandle Request handle
       
   171          * @param aIpc IPC value
       
   172          * @return EFalse if req handle not found 
       
   173          */        
       
   174         virtual TBool ResetReqHandle(const TTsyReqHandle aTsyReqHandle, const TInt aIpc);
       
   175         
   166     };
   176     };
   167 
   177 
   168 #endif // CMMTSYBASE_H
   178 #endif // CMMTSYBASE_H
   169 
   179 
   170 //  End of file
   180 //  End of file