HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_MailNetworkReply.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: NET_MailNetworkReply.h
7  *
8  * COMMENTS:
9  *
10  *
11  */
12 
13 #ifndef __NET_MAILNETWORKREPLY_H__
14 #define __NET_MAILNETWORKREPLY_H__
15 
16 #include "NET_API.h"
17 
18 #include <UT/UT_Array.h>
19 #include <UT/UT_ErrorCode.h>
20 
22 {
23 public:
25 
28 };
29 
30 #endif // __NET_MAILNETWORKREPLY_H__
31 
#define NET_API
Definition: NET_API.h:9
UT_Array< char > myErrorBuffer
std::error_code UT_ErrorCode
Definition: UT_ErrorCode.h:20