aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpnull.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp/httpnull.h')
-rw-r--r--src/zenhttp/httpnull.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/httpnull.h b/src/zenhttp/httpnull.h
index 74f021f6b..965e729f7 100644
--- a/src/zenhttp/httpnull.h
+++ b/src/zenhttp/httpnull.h
@@ -21,6 +21,7 @@ public:
virtual int Initialize(int BasePort) override;
virtual void Run(bool IsInteractiveSession) override;
virtual void RequestExit() override;
+ virtual void Close() override;
private:
Event m_ShutdownEvent;