Created Utility.hpp and moved some code into this file. Also improved parse_query_string.

This commit is contained in:
eidheim 2017-06-21 23:48:59 +02:00
commit ba4eec7ebe
6 changed files with 136 additions and 116 deletions

View file

@ -1,5 +1,5 @@
#ifndef CRYPTO_HPP
#define CRYPTO_HPP
#ifndef SIMPLE_WEB_SERVER_CRYPTO_HPP
#define SIMPLE_WEB_SERVER_CRYPTO_HPP
#include <string>
#include <cmath>
@ -216,5 +216,4 @@ namespace SimpleWeb {
}
};
}
#endif /* CRYPTO_HPP */
#endif /* SIMPLE_WEB_SERVER_CRYPTO_HPP */