Changeset 6466 for trunk/qt4-gui/src/core/licqgui.cpp
- Timestamp:
- 07/25/08 04:15:48 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/licqgui.cpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/licqgui.cpp
r6463 r6466 687 687 } 688 688 689 ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R);689 const ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R); 690 690 if (o == NULL) 691 691 return; … … 1165 1165 FOR_EACH_PROTO_PLUGIN_START(myLicqDaemon) 1166 1166 { 1167 ICQOwner* o = gUserManager.FetchOwner((*_ppit)->PPID(), LOCK_R);1167 const ICQOwner* o = gUserManager.FetchOwner((*_ppit)->PPID(), LOCK_R); 1168 1168 if (o == NULL) 1169 1169 continue; … … 1191 1191 FOR_EACH_PROTO_PLUGIN_START(myLicqDaemon) 1192 1192 { 1193 ICQOwner* o = gUserManager.FetchOwner((*_ppit)->PPID(), LOCK_R);1193 const ICQOwner* o = gUserManager.FetchOwner((*_ppit)->PPID(), LOCK_R); 1194 1194 if (o == NULL) 1195 1195 continue; … … 1273 1273 1274 1274 // Do system messages first 1275 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);1275 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 1276 1276 unsigned short numMsg = 0; 1277 1277 if (o != NULL) … … 1427 1427 unsigned short popCheck = 99; 1428 1428 1429 ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R);1429 const ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R); 1430 1430 if (o != NULL) 1431 1431 { … … 1651 1651 // Fetch current status 1652 1652 unsigned short status = ICQ_STATUS_OFFLINE; 1653 ICQOwner* o = gUserManager.FetchOwner(nPPID, LOCK_R);1653 const ICQOwner* o = gUserManager.FetchOwner(nPPID, LOCK_R); 1654 1654 if (o != NULL) 1655 1655 {
