Add namespace around all files

This commit is contained in:
Patrick Niklaus
2016-01-05 16:51:13 +01:00
parent efc9007cbf
commit 6b18e4f7e9
194 changed files with 2648 additions and 1245 deletions
+6
View File
@@ -2,6 +2,10 @@
#include <string>
namespace osrm
{
namespace server
{
namespace http
{
@@ -101,3 +105,5 @@ boost::asio::const_buffer reply::status_to_buffer(const reply::status_type statu
reply::reply() : status(ok) {}
}
}
}