telephonyserverplugins/common_tsy/commontsy/inc/mmutility/CMmTsyBase.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".
   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         
       
   176     };
   166     };
   177 
   167 
   178 #endif // CMMTSYBASE_H
   168 #endif // CMMTSYBASE_H
   179 
   169 
   180 //  End of file
   170 //  End of file