X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fhttp%2Fwims20%2FServerSide.cpp;h=64a6fbe9469fd8d1fa7f1eeed4b8aa1c16a1c0f9;hb=a8d544da1a0edc1910835d4c9f89f22f57103b9b;hp=b9caab6396eb169d06a5e47a3074a8b4c9123542;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/http/wims20/ServerSide.cpp b/source/http/wims20/ServerSide.cpp index b9caab6..64a6fbe 100644 --- a/source/http/wims20/ServerSide.cpp +++ b/source/http/wims20/ServerSide.cpp @@ -132,7 +132,7 @@ throw(RuntimeException) { return (anna_strncmp(value, "0x", 2) == 0) ? strtol(value + 2, NULL, 16) : atoi(value); } -/* Nos ha debido llegar algo así como: serviceID/guid/*{other_possible_levels} +/* Nos ha debido llegar algo asi como: serviceID/guid {other_possible_levels} */ void http::wims20::ServerSide::decodeHierarchy(const std::string& hierarchy) throw(RuntimeException) {