aboutsummaryrefslogtreecommitdiffstats
path: root/http_server.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-04-27 02:19:59 +0900
committeripknHama <ipknhama@gmail.com>2014-04-27 03:16:00 +0900
commitf8893eb138eae88f35ba752221a02b318d275364 (patch)
tree9ffcd76c289bc8a9f7b21a4dd16c1ba434ed891e /http_server.h
parent8eceb3f7ccc3dc57263c7ed2529493d831d59f61 (diff)
downloadcrow-f8893eb138eae88f35ba752221a02b318d275364.tar.gz
crow-f8893eb138eae88f35ba752221a02b318d275364.zip
rename flask to crow
Diffstat (limited to 'http_server.h')
-rw-r--r--http_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_server.h b/http_server.h
index 10e335b..e4893ad 100644
--- a/http_server.h
+++ b/http_server.h
@@ -8,7 +8,7 @@
// TEST
#include <iostream>
-namespace flask
+namespace crow
{
using namespace boost;
using tcp = asio::ip::tcp;