|
|
@ -448,7 +448,6 @@ namespace NLNET
|
|
|
|
|
|
|
|
|
|
|
|
/// Activate/stop firewalling mode on a transport
|
|
|
|
/// Activate/stop firewalling mode on a transport
|
|
|
|
virtual void setTransportFirewallMode(const std::string &transportInstanceName, bool firewalled)
|
|
|
|
virtual void setTransportFirewallMode(const std::string &transportInstanceName, bool firewalled)
|
|
|
|
throw (EGatewayFirewallBreak)
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TTransportList::iterator it(_Transports.find(transportInstanceName));
|
|
|
|
TTransportList::iterator it(_Transports.find(transportInstanceName));
|
|
|
|
if (it == _Transports.end())
|
|
|
|
if (it == _Transports.end())
|
|
|
@ -1246,7 +1245,6 @@ namespace NLNET
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
virtual void discloseModule(IModuleProxy *moduleProxy)
|
|
|
|
virtual void discloseModule(IModuleProxy *moduleProxy)
|
|
|
|
throw (EGatewayNotConnected)
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
nlassert(moduleProxy->getModuleGateway() == this);
|
|
|
|
nlassert(moduleProxy->getModuleGateway() == this);
|
|
|
|
|
|
|
|
|
|
|
@ -1584,7 +1582,6 @@ namespace NLNET
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
virtual void _broadcastModuleMessage(IModule *senderModule, const NLNET::CMessage &message)
|
|
|
|
virtual void _broadcastModuleMessage(IModule *senderModule, const NLNET::CMessage &message)
|
|
|
|
throw (EModuleNotPluggedHere)
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
H_AUTO(CModuleGetaway__broadcastModuleMessage);
|
|
|
|
H_AUTO(CModuleGetaway__broadcastModuleMessage);
|
|
|
|
// send the message to all proxies (except the sender module)
|
|
|
|
// send the message to all proxies (except the sender module)
|
|
|
|