X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fhttp%2Fwims20%2FClientSide.cpp;fp=source%2Fhttp%2Fwims20%2FClientSide.cpp;h=98f267aadd7e33855edc198087699fcff41b71d3;hp=2aef3eafe6d19976cce00dafea5f2d3db813a576;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/http/wims20/ClientSide.cpp b/source/http/wims20/ClientSide.cpp index 2aef3ea..98f267a 100644 --- a/source/http/wims20/ClientSide.cpp +++ b/source/http/wims20/ClientSide.cpp @@ -20,7 +20,7 @@ using namespace anna; * cada vez que tengamos que calcular la URI. */ void http::wims20::ClientSide::addOtherLevel(const std::string& otherLevel) -throw(RuntimeException) { +noexcept(false) { if(a_strOtherLevels == NULL) a_strOtherLevels = Abstract::createString(otherLevel); else { @@ -44,7 +44,7 @@ throw(RuntimeException) { \li query_parameters: Lista de parámetros. Si hay más de un parámetro se separará con '&'. */ void http::wims20::ClientSide::codeOn(http::Request& request) -throw(RuntimeException) { +noexcept(false) { a_uri = Abstract::calculeFixedPart(); if(Abstract::hasOtherLevels())