- Added a signal in upnp to display an error on GUI when no wan service is detected (still unused)

This commit is contained in:
Christophe Dumez
2007-03-29 14:12:26 +00:00
parent fd3e60bce1
commit ebc9d62f69
3 changed files with 9 additions and 11 deletions

View File

@@ -886,6 +886,7 @@ bool CUPnPControlPoint::AddPortMappings(
{
std::ostringstream msg;
if (!WanServiceDetected()) {
emit noWanServiceDetected();
msg << "UPnP Error: "
"CUPnPControlPoint::AddPortMapping: "
"Wan Service not detected.";