- Timestamp:
- Aug 27, 2008, 11:36:41 AM (16 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r1063 r1064 77 77 this, SLOT(slotError(const QByteArray))); 78 78 connect(_caster, SIGNAL(newMessage(const QByteArray)), 79 this, SLOT(slot NewMessage(const QByteArray)));79 this, SLOT(slotMessage(const QByteArray))); 80 80 81 81 QIODevice::OpenMode oMode; -
trunk/BNS/bnscaster.cpp
r1060 r1064 24 24 t_bnscaster::t_bnscaster(const QString& mountpoint) { 25 25 _mountpoint = mountpoint; 26 _outSocket = 0; 26 27 _outSocketOpenTrial = 0; 27 28 }
Note:
See TracChangeset
for help on using the changeset viewer.