updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / tork / fix_net_port.patch
blobb5545e0b24518e2d5093c4882f36e2a6f95cdc29
1 --- A/src/upnp/upnprouter.h
2 +++ B/src/upnp/upnprouter.h
3 @@ -242,7 +242,7 @@
4 * @param port The local port to forward
5 */
6 void forward(const net::Port & externalport,
7 - const net::Port & internalport = net::Port::Port(),
8 + const net::Port & internalport = net::Port(),
9 bool force = false);
11 /**
12 @@ -291,7 +291,7 @@
13 bt::HTTPRequest* sendSoapQuery(const QString & query,const QString & soapact,const QString & controlurl,bool fwd, bool at_exit = false );
14 bool verbose;
16 - void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port::Port());
17 + void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port());
18 void undoForward(UPnPService* srv,const net::Port & externalport,const net::Port &
19 internalport,bt::WaitJob* waitjob);
20 void httpRequestDone(bt::HTTPRequest* r,bool erase_fwd);