remove use of throw() specifier

This commit is contained in:
Michael Davidsaver
2016-02-10 09:45:42 -05:00
parent f0b88e349b
commit 069555a524
6 changed files with 6 additions and 10 deletions

View File

@@ -19,7 +19,6 @@ class WildServiceImpl :
public RPCService
{
PVStructure::shared_pointer request(PVStructure::shared_pointer const & pvArguments)
throw (RPCRequestException)
{
// requires NTURI as argument
if (pvArguments->getStructure()->getID() != "epics:nt/NTURI:1.0")