mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Make CivetAuthHandler::authorize function pure virtual
This commit is contained in:
@@ -119,7 +119,7 @@ class CIVETWEB_API CivetAuthHandler
|
||||
* @param conn - the connection information
|
||||
* @returns true if authorization succeeded, false otherwise
|
||||
*/
|
||||
virtual bool authorize(CivetServer *server, struct mg_connection *conn);
|
||||
virtual bool authorize(CivetServer *server, struct mg_connection *conn) = 0;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user