Wasabi ExpressPlay SDK for iOS  1.10
ShiNetwork.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | Sushi - Network
4 |
5 | $Id: ShiNetwork.h 7930 2014-06-25 11:05:10Z jebaseelir $
6 | Original author: Sylvain Rebaud
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_NETWORK_H_
22 #define _SHI_NETWORK_H_
23 
24 /*----------------------------------------------------------------------
25 | includes
26 +---------------------------------------------------------------------*/
27 #include "ShiResults.h"
28 
29 /*----------------------------------------------------------------------
30 | constants
31 +---------------------------------------------------------------------*/
32 #define SHI_ERROR_NETWORK_CONFIG_ERROR (SHI_ERROR_BASE_API_NETWORK - 0)
33 #define SHI_ERROR_NETWORK_CONNECTION_ERROR (SHI_ERROR_BASE_API_NETWORK - 1)
34 #define SHI_ERROR_NETWORK_SERVER_ERROR (SHI_ERROR_BASE_API_NETWORK - 2)
35 
36 #endif /* _SHI_NETWORK_H_ */