os/ossrv/lowlevellibsandfws/pluginfw/Framework/inc/EComExtendedInterfaceErrorCodes.h
First public contribution.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // All the ECOM Extended Intefcae specific error codes returned by the ECOM API to the phone manufacturers
25 #ifndef __ECOMEXTENDEDINTERFACEERRORCODES_H__
26 #define __ECOMEXTENDEDINTERFACEERRORCODES_H__
28 //used to get the base value for the error codes
29 #include <ecom/ecomerrorcodes.h>
33 An attempt was made to release an extended object, or the extended interface
34 indicated that ECOM should perform automatic release but no release function
39 const TInt KEComErrNoExtendedInterfaceReleaseFunction = -17031;
42 An attempt was made to release an extended object, or the extended interface
43 indicated that ECOM should perform automatic release but no release object
48 const TInt KEComErrNoExtendedInterfaceReleaseObject = -17032;
51 #endif // __ECOMEXTENDEDINTERFACEERRORCODES_H__