From f8893eb138eae88f35ba752221a02b318d275364 Mon Sep 17 00:00:00 2001 From: ipknHama Date: Sun, 27 Apr 2014 02:19:59 +0900 Subject: rename flask to crow --- http_connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http_connection.h') diff --git a/http_connection.h b/http_connection.h index d486d01..4456bb1 100644 --- a/http_connection.h +++ b/http_connection.h @@ -11,7 +11,7 @@ #include "http_response.h" #include "datetime.h" -namespace flask +namespace crow { using namespace boost; using tcp = asio::ip::tcp; @@ -68,7 +68,7 @@ namespace flask res = handler_->handle(req); -#ifdef FLASK_ENABLE_LOGGING +#ifdef CROW_ENABLE_LOGGING std::cerr << "HTTP/" << parser_.http_major << "." << parser_.http_minor << ' '; std::cerr << method_name(req.method); std::cerr << " " << res.code << std::endl; -- cgit v1.2.3-54-g00ecf