remove use of throw() specifier
This commit is contained in:
@ -1370,7 +1370,7 @@ class RPCService
|
||||
virtual ~RPCService() {};
|
||||
virtual PVStructurePtr request(
|
||||
PVStructurePtr const & args
|
||||
) throw (RPCRequestException) = 0;
|
||||
) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user