OpenClovis Logo

clFaultRepairHandlers.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 : fault
21  * File : clFaultRepairHandlers.h
22  *******************************************************************************/
23 
24 /*******************************************************************************
25  * Description :
26  *
27  * This file provides the definitions for the fault
28  * repair handling.
29  *
30  *
31  ******************************************************************************/
32 
44 #ifndef _CL_FAULT_REPAIR_HANDLERS_H_
45 #define _CL_FAULT_REPAIR_HANDLERS_H_
46 
47 #ifdef __cplusplus
48 extern "C" {
49 #endif
50 
51 #include <clClistApi.h>
52 #include <clFaultDefinitions.h>
53 #include <saAmf.h>
54 
55 
60  SaAmfRecommendedRecoveryT recoveryAction);
61 
68 {
69  ClCorClassTypeT MoClassType;
70  ClFaultRepairHandlerT repairHandler;
72 
73 
74 
75 #ifdef __cplusplus
76 }
77 #endif
78 
79 #endif /* _CL_FAULT_REPAIR_HANDLERS_H_ */
80 

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