CLOUD: Remove unused removePathHandler(), make addPathHandler() private
This commit is contained in:
parent
9665719b66
commit
b68bd78b44
2 changed files with 1 additions and 8 deletions
|
@ -82,6 +82,7 @@ class LocalWebserver : public Common::Singleton<LocalWebserver> {
|
|||
void handleClient(uint32 i);
|
||||
void acceptClient();
|
||||
void resolveAddress(void *ipAddress);
|
||||
void addPathHandler(Common::String path, ClientHandlerCallback handler);
|
||||
|
||||
public:
|
||||
static const uint32 DEFAULT_SERVER_PORT = 12345;
|
||||
|
@ -92,8 +93,6 @@ public:
|
|||
void start();
|
||||
void stop();
|
||||
void stopOnIdle();
|
||||
void addPathHandler(Common::String path, ClientHandlerCallback handler);
|
||||
void removePathHandler(Common::String path);
|
||||
|
||||
Common::String getAddress();
|
||||
IndexPageHandler &indexPageHandler();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue