Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG-- branch : develop
This commit is contained in:
parent
184d3698c9
commit
c13b758be9
1 changed files with 1 additions and 3 deletions
|
@ -261,9 +261,7 @@ namespace NLNET
|
|||
* The call is blocking until receptions of the operation
|
||||
* result message (or detection of the dest module module is down)
|
||||
*/
|
||||
virtual void invokeModuleOperation(IModuleProxy *destModule, const NLNET::CMessage &opMsg, NLNET::CMessage &resultMsg)
|
||||
throw (EInvokeFailed)
|
||||
=0;
|
||||
virtual void invokeModuleOperation(IModuleProxy *destModule, const NLNET::CMessage &opMsg, NLNET::CMessage &resultMsg) =0;
|
||||
|
||||
//@}
|
||||
|
||||
|
|
Loading…
Reference in a new issue