HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
NET_UrlHandlerDecorator.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_UrlHandlerDecorator.h
7
*
8
* COMMENTS:
9
*
10
*
11
*/
12
13
#ifndef __NET_URLHANDLERDECORATOR_H__
14
#define __NET_URLHANDLERDECORATOR_H__
15
16
#include "
NET_API.h
"
17
18
#include <
UT/UT_NonCopyable.h
>
19
20
class
NET_HTTPRequest;
21
22
class
NET_API
NET_IUrlHandlerDecorator
23
{
24
public
:
25
virtual
~
NET_IUrlHandlerDecorator
() =
default
;
26
UT_NON_COPYABLE
(
NET_IUrlHandlerDecorator
);
27
28
virtual
void
handle
(NET_HTTPRequest& req) = 0;
29
30
protected
:
31
NET_IUrlHandlerDecorator
() =
default
;
32
};
33
34
#endif // __NET_URLHANDLERDECORATOR_H__
35
NET_API
#define NET_API
Definition:
NET_API.h:9
NET_API.h
UT_NON_COPYABLE
#define UT_NON_COPYABLE(CLASS)
Define deleted copy constructor and assignment operator inside a class.
Definition:
UT_NonCopyable.h:31
handle
int handle
Definition:
RV_OGLInteropTextureBase.h:37
UT_NonCopyable.h
NET_IUrlHandlerDecorator
Definition:
NET_UrlHandlerDecorator.h:22
NET
NET_UrlHandlerDecorator.h
Generated on Thu Nov 14 2024 02:54:09 for HDK by
1.8.6