HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_WebServerSettings.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_WebServerSettings.h
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __NET_WEBSERVERSETTINGS_H__
13 #define __NET_WEBSERVERSETTINGS_H__
14 
15 #include "NET_API.h"
16 
17 #include <UT/UT_StringHolder.h>
18 #include <UT/UT_IntArray.h>
19 #include <UT/UT_IpAddress.h>
20 #include <UT/UT_StringArray.h>
21 
23 {
24 public:
26  {
27  LOW_VERBOSITY = 1,
28  MEDIUM_VERBOSITY = 2,
29  HIGH_VERBOSITY = 3
30  };
31 
33 
54 };
55 
56 #endif // __NET_WEBSERVEROPTIONS_H__
57 
UT_StringHolder myCacheHeaderValue
#define NET_API
Definition: NET_API.h:9
long long int64
Definition: SYS_Types.h:116