2010-03-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Create CreateRequestCommand to the number of -s/-C when URIs are
	added by XML-RPC.
	* src/RequestGroup.cc
	* src/RequestGroup.h
	* src/XmlRpcMethodImpl.cc
This commit is contained in:
Tatsuhiro Tsujikawa 2010-03-07 03:10:19 +00:00
parent 7923125382
commit f3973e5a12
4 changed files with 38 additions and 0 deletions

View file

@ -917,6 +917,11 @@ BDE ChangeUriXmlRpcMethod::process
}
}
}
if(addcount) {
std::vector<Command*> commands;
group->createNextCommand(commands, e);
e->addCommand(commands);
}
BDE res = BDE::list();
res << delcount;
res << addcount;