diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 09:37:32 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 09:37:32 +0000 |
commit | 589e20f2b2d8480bad649828230bab152b13d0ed (patch) | |
tree | 1ddd48f2e4cb58f468145046f396ffce29a0c8a0 /protocols/MinecraftDynmap/src/utils.h | |
parent | aaef083794f6e88034ae40549dcf595ac161bd55 (diff) |
MinecraftDynmap: Adapt to use std_string_utils
git-svn-id: http://svn.miranda-ng.org/main/trunk@15577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MinecraftDynmap/src/utils.h')
-rw-r--r-- | protocols/MinecraftDynmap/src/utils.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/protocols/MinecraftDynmap/src/utils.h b/protocols/MinecraftDynmap/src/utils.h index 105a9b0e0c..35420550b5 100644 --- a/protocols/MinecraftDynmap/src/utils.h +++ b/protocols/MinecraftDynmap/src/utils.h @@ -41,28 +41,6 @@ namespace http }; } -namespace utils -{ - namespace url - { - std::string encode(const std::string &s); - }; - - namespace text - { - void replace_first(std::string* data, const std::string &from, const std::string &to); - void replace_all(std::string* data, const std::string &from, const std::string &to); - std::string special_expressions_decode(std::string data); - std::string slashu_to_utf8(const std::string &data); - std::string trim(const std::string &data); - }; - - namespace time - { - time_t from_string(const std::string &data); - }; -}; - class ScopedLock { public: |