1 /*---------------------------------------------------------------------------*
2   Project:  Horizon
3   File:     http_Types.h
4   Copyright (C)2009 Nintendo Co., Ltd.  All rights reserved.
5   These coded instructions, statements, and computer programs contain
6   proprietary information of Nintendo of America Inc. and/or Nintendo
7   Company Ltd., and are protected by Federal copyright law. They may
8   not be disclosed to third parties or copied or duplicated in any form,
9   in whole or in part, without the prior written consent of Nintendo.
10   $Rev: 26681 $
11  *---------------------------------------------------------------------------
12 
13 
14 */
15 
16 #ifndef NN_HTTP_HTTP_TYPES_H_
17 #define NN_HTTP_HTTP_TYPES_H_
18 
19 
20 /* Please see man pages for details
21 
22 
23 */
24 
25 /* Please see man pages for details
26 
27  */
28 typedef u32 NnHttpCertId;
29 
30 /* Please see man pages for details
31 
32  */
33 typedef u32 NnHttpInternalCaCertId;
34 
35 /* Please see man pages for details
36 
37  */
38 typedef u32 NnHttpInternalClientCertId;
39 
40 /*
41 
42 */
43 
44 #ifdef __cplusplus
45 
46 namespace nn {
47 namespace http {
48 
49 /* Please see man pages for details
50 
51  */
52 typedef NnHttpCertId CertId;
53 
54 /* Please see man pages for details
55 
56  */
57 typedef NnHttpInternalCaCertId InternalCaCertId;
58 
59 /* Please see man pages for details
60 
61  */
62 typedef NnHttpInternalClientCertId InternalClientCertId;
63 
64 /* Please see man pages for details
65 
66  */
67 typedef u32 CertStoreId;
68 
69 /* Please see man pages for details
70 
71 
72  */
73 typedef s32 ConnectionHandle;
74 
75 } // end of namespace http
76 } // end of namespace nn
77 
78 #endif /*__cplusplus*/
79 
80 
81 
82 #endif /* NN_NHTTP_NHTTP_TYPES_H_ */
83