X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fwims20RServer%2Fmain.cpp;h=1f6428cad120d4511e0932c419fddb1560a4b8fb;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=8f27e787b22fdc64680193b0e918ef4ec97f24b8;hpb=3e258840b15577cb8bda3cdedd0b9b88e16404b3;p=anna.git diff --git a/example/http/wims20RServer/main.cpp b/example/http/wims20RServer/main.cpp index 8f27e78..1f6428c 100644 --- a/example/http/wims20RServer/main.cpp +++ b/example/http/wims20RServer/main.cpp @@ -2,7 +2,7 @@ // // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo // -// https://bitbucket.org/testillano/anna +// http://redmine.teslayout.com/projects/anna-suite // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions @@ -14,7 +14,7 @@ // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. -// * Neither the name of Google Inc. nor the names of its +// * Neither the name of the copyright holder nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // @@ -130,10 +130,10 @@ HTTPArithmeticServer::HTTPArithmeticServer () : CommandLine& commandLine (CommandLine::instantiate ()); commandLine.add ("p", CommandLine::Argument::Mandatory, "Puerto en el que atender peticiones"); - commandLine.add ("a", CommandLine::Argument::Mandatory, "Direccin IP en la que atender"); + commandLine.add ("a", CommandLine::Argument::Mandatory, "Direccion IP en la que atender"); commandLine.add ("trace", CommandLine::Argument::Optional, "Nivel de trazas (debug,warning, error,...)"); - commandLine.add ("domain", CommandLine::Argument::Mandatory, "Domain indicado en la peticiĆ³n WIMS 2.0"); - commandLine.add ("path", CommandLine::Argument::Optional, "Path indicado en la peticiĆ³n WIMS 2.0"); + commandLine.add ("domain", CommandLine::Argument::Mandatory, "Domain indicado en la peticion WIMS 2.0"); + commandLine.add ("path", CommandLine::Argument::Optional, "Path indicado en la peticion WIMS 2.0"); } void HTTPArithmeticServer::initialize ()