URI change

This commit is contained in:
Matej Sekoranja
2014-09-30 22:50:37 +02:00
parent 45216ff0f0
commit 432f385467
6 changed files with 38 additions and 38 deletions

View File

@@ -22,7 +22,7 @@ class WildServiceImpl :
throw (RPCRequestException)
{
// requires NTURI as argument
if (pvArguments->getStructure()->getID() != "uri:ev4:nt/2012/pwd:NTURI")
if (pvArguments->getStructure()->getID() != "ev4:nt/NTURI:1.0")
throw RPCRequestException(Status::STATUSTYPE_ERROR, "RPC argument must be a NTURI normative type");
std::string channelName = pvArguments->getSubField<PVString>("path")->get();