Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17

--HG--
branch : develop
hg/compatibility-develop
kervala 6 years ago
parent 184d3698c9
commit c13b758be9

@ -261,9 +261,7 @@ namespace NLNET
* The call is blocking until receptions of the operation * The call is blocking until receptions of the operation
* result message (or detection of the dest module module is down) * result message (or detection of the dest module module is down)
*/ */
virtual void invokeModuleOperation(IModuleProxy *destModule, const NLNET::CMessage &opMsg, NLNET::CMessage &resultMsg) virtual void invokeModuleOperation(IModuleProxy *destModule, const NLNET::CMessage &opMsg, NLNET::CMessage &resultMsg) =0;
throw (EInvokeFailed)
=0;
//@} //@}

Loading…
Cancel
Save