Rename classes to match filenames.

This commit is contained in:
Nathan Osman
2017-07-07 20:44:43 -07:00
parent 2fdf8fac71
commit fd7e7e9603
53 changed files with 464 additions and 462 deletions

View File

@@ -69,7 +69,7 @@ int main(int argc, char * argv[])
// Create the filesystem handler and server
FilesystemHandler handler(dir);
HttpServer server(&handler);
Server server(&handler);
// Attempt to listen on the specified port
if (!server.listen(address, port)) {