OpenClovis Logo

clProvErrors.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2012 OpenClovis Solutions Inc. All Rights Reserved.
3  *
4  * This file is available under a commercial license from the
5  * copyright holder or the GNU General Public License Version 2.0.
6  *
7  * The source code for this program is not published or otherwise
8  * divested of its trade secrets, irrespective of what has been
9  * deposited with the U.S. Copyright office.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details.
15  *
16  * For more information, see the file COPYING provided with this
17  * material.
18  */
19 /*******************************************************************************
20  * ModuleName : prov
21  * File : clProvErrors.h
22  *******************************************************************************/
23 
24 /*******************************************************************************
25  * Description :
26  * This header file contains Provision related ERROR defination.
27  *
28  *
29  *****************************************************************************/
30 
42 #ifndef _CL_PROV_ERRORS_H_
43 #define _CL_PROV_ERRORS_H_
44 
45 #ifdef __cplusplus
46 extern "C"
47 {
48 #endif
49 
50 #include <clCommonErrors.h>
51 
52 #define CL_PROV_RC(ERR_ID) (CL_RC(CL_CID_PROV, ERR_ID))
53 
57 #define CL_PROV_ERR_NOT_INITIALIZED CL_ERR_NOT_INITIALIZED
58 
62 #define CL_PROV_ERR_NO_MEMORY CL_ERR_NO_MEMORY
63 
67 #define CL_PROV_INTERNAL_ERROR 0x100
68 
69 
70 #ifdef __cplusplus
71 }
72 #endif
73 
74 #endif /* _CL_PROV_ERRORS_H_ */
75 
76 

Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen