- Timestamp:
- Dec 1, 2008, 3:42:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnscaster.cpp
r1252 r1253 101 101 settings.value("outPort1").toInt()); 102 102 password = settings.value("password1").toString(); 103 } 103 } 104 104 if (_ic == 2) { 105 105 _outSocket->connectToHost(settings.value("outHost2").toString(), … … 112 112 delete _outSocket; 113 113 _outSocket = 0; 114 //emit(error("t_bnscaster::open Connect Timeout")); 115 emit(error("Broadcaster; Connect Timeout")); 114 emit(error("Broadcaster: Connect timeout")); 116 115 return; 117 116 }
Note:
See TracChangeset
for help on using the changeset viewer.