Wasabi ExpressPlay SDK for iOS  1.10
ShiTransaction.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | Sushi - Transaction
4 |
5 | $Id: ShiTransaction.h 7930 2014-06-25 11:05:10Z jebaseelir $
6 | Original author: Gilles Boccon-Gibod
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) 2005-2014 by Intertrust. All rights reserved.
14 |
15 ****************************************************************/
21 #ifndef _SHI_TRANSACTION_H_
22 #define _SHI_TRANSACTION_H_
23 
24 /*----------------------------------------------------------------------
25 | includes
26 +---------------------------------------------------------------------*/
27 #include "ShiResults.h"
28 #include "ShiTypes.h"
29 #include "ShiList.h"
30 #include "ShiEngine.h"
31 
32 /*----------------------------------------------------------------------
33 | types
34 +---------------------------------------------------------------------*/
39 typedef enum {
53 
58 typedef enum {
64 
72 typedef struct {
77 
81 typedef struct {
86 
92 typedef struct {
94  const char* message;
95  const char* service_exception;
97 
101 typedef struct {
105 
106 #endif /* _SHI_TRANSACTION_H_ */