output/httpd: make the HttpdClient base class "private"
This commit is contained in:
parent
e73d0df2b6
commit
f1ac2cd336
@ -30,7 +30,7 @@
|
|||||||
struct HttpdOutput;
|
struct HttpdOutput;
|
||||||
class Page;
|
class Page;
|
||||||
|
|
||||||
class HttpdClient final : public BufferedSocket {
|
class HttpdClient final : BufferedSocket {
|
||||||
/**
|
/**
|
||||||
* The httpd output object this client is connected to.
|
* The httpd output object this client is connected to.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user