HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_HTTPDecorators.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_HTTPDecorators.h
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __NET_HTTPDECORATORS_H__
13 #define __NET_HTTPDECORATORS_H__
14 
15 #include "NET_API.h"
16 
17 class NET_HTTPRequest;
18 
19 NET_API void NETrequireLocalConnection(NET_HTTPRequest& req);
20 
21 #endif // __NET_HTTPDECORATORS_H__
22 
#define NET_API
Definition: NET_API.h:9
NET_API void NETrequireLocalConnection(NET_HTTPRequest &req)