OpenClovis Logo

clClistErrors.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 : utils
21  * File : clClistErrors.h
22  *******************************************************************************/
23 
24 /*******************************************************************************
25  * Description :
26  *
27  * Error codes for the Circular List module.
28  *
29  *
30  *****************************************************************************/
31 
43 #ifndef _CL_CLIST_ERRORS_H_
44 #define _CL_CLIST_ERRORS_H_
45 
46 #ifdef __cplusplus
47 extern "C" {
48 #endif
49 
50 #include <clCommon.h>
51 #include <clCommonErrors.h>
52 
53 /******************************************************************************
54  * ERROR CODES
55  *****************************************************************************/
56 
57 #define CL_CLIST_ERR_MAXSIZE_REACHED 0x100
58 
59 /******************************************************************************
60  * ERROR/RETRUN CODE HANDLING MACROS
61  *****************************************************************************/
62 #define CL_CLIST_RC(ERROR_CODE) CL_RC(CL_CID_CLIST, (ERROR_CODE))
63 
64 #ifdef __cplusplus
65 }
66 #endif
67 
68 #endif /* _CL_CLIST_ERRORS_H_ */
69 

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