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

@@ -23,7 +23,7 @@ class SumServiceImpl :
{
// NTURI support
PVStructure::shared_pointer args(
(pvArguments->getStructure()->getID() == "uri:ev4:nt/2012/pwd:NTURI") ?
(pvArguments->getStructure()->getID() == "ev4:nt/NTURI:1.0") ?
pvArguments->getStructureField("query") :
pvArguments
);
@@ -65,4 +65,4 @@ int main()
server.run();
return 0;
}
}