* rename namespace for http

This commit is contained in:
hagen 2016-04-27 00:00:00 +00:00
parent 6ed709d6e6
commit 332f0118a2
3 changed files with 10 additions and 14 deletions

View file

@ -26,10 +26,8 @@
// For image and info
#include "version.h"
namespace i2p
{
namespace util
{
namespace i2p {
namespace http {
const char *itoopieImage =
"<img alt=\"ICToopie Icon\" src=\"data:image/png;base64,"
"iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXM"
@ -980,5 +978,5 @@ namespace util
auto conn = std::make_shared<HTTPConnection> (newSocket);
conn->Receive ();
}
}
}
} // http
} // i2p