Wasabi ExpressPlay SDK for Embedded Systems  1.10
WsbConfigActionResultValidator.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | Wasabi - Action Result Validator
4 |
5 | $Id: WsbConfigActionResultValidator.h 10793 2014-06-25 12:46:08Z jebaseelir $
6 | Original author: Eric Swenson
7 |
8 | This software is provided to you pursuant to your agreement
9 | with Intertrust Technologies Corporation ("Intertrust").
10 | This software may be used only in accordance with the terms
11 | of the agreement.
12 |
13 | Copyright (c) 2010-2014 by Intertrust. All rights reserved.
14 |
15 ****************************************************************/
21 #ifndef _WSB_CONFIG_ACTION_RESULT_VALIDATOR_H_
22 #define _WSB_CONFIG_ACTION_RESULT_VALIDATOR_H_
23 
24 /*----------------------------------------------------------------------
25 | includes
26 +---------------------------------------------------------------------*/
27 #include "WsbTypes.h"
28 #include "Sushi.h"
29 
30 /*----------------------------------------------------------------------
31 | prototypes
32 +---------------------------------------------------------------------*/
33 
34 #if defined(__cplusplus)
35 extern "C" {
36 #endif
37 
81 WSB_EXPORT WSB_Result
83  WSB_Boolean perform,
84  const char* action_name,
85  const void* action_parameters);
86 
87 #if defined(__cplusplus)
88 }
89 #endif
90 
91 #endif /* _WSB_CONFIG_ACTION_RESULT_VALIDATOR_H_ */