diff options
Diffstat (limited to 'src/zenhttp/httpnull.cpp')
| -rw-r--r-- | src/zenhttp/httpnull.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zenhttp/httpnull.cpp b/src/zenhttp/httpnull.cpp index a6e1d3567..658f51831 100644 --- a/src/zenhttp/httpnull.cpp +++ b/src/zenhttp/httpnull.cpp @@ -80,4 +80,9 @@ HttpNullServer::RequestExit() m_ShutdownEvent.Set(); } +void +HttpNullServer::Close() +{ +} + } // namespace zen |