OpenClovis Logo

clLogErrors.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 
31 #ifndef _CL_LOG_ERRORS_H_
32 #define _CL_LOG_ERRORS_H_
33 
34 #ifdef __cplusplus
35 extern "C"
36 {
37 #endif
38 
39  /*
40  * INCLUDES
41  */
42 #include <clCommon.h>
43 #include <clCommonErrors.h>
44 
45 #define CL_LOG_RC(err_code) (CL_RC(CL_CID_LOG, err_code))
46 
51 #define CL_LOG_ERR_FILE_FULL 0x101
52 
57 #define CL_LOG_ERR_INVALID_XML_FILE 0x102
58 
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif /* _CL_LOG_ERRORS_H_ */
65 

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