Changeset 6370 for trunk/licq/include/licq_user.h
- Timestamp:
- 07/01/08 05:55:33 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_user.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_user.h
r6364 r6370 1265 1265 ICQOwner *FetchOwner(unsigned long, unsigned short); 1266 1266 void DropOwner(unsigned long); 1267 1268 /** 1269 * Release owner lock 1270 */ 1271 void DropOwner(ICQOwner* owner); 1272 1267 1273 bool IsOnList(const char *, unsigned long); 1268 1274 ICQOwner *FindOwner(const char *, unsigned long); 1275 1276 /** 1277 * Get user id for an owner 1278 * 1279 * @param ppid Protocol id 1280 * @return User id of owner or empty string if no such owner exists 1281 */ 1282 std::string OwnerId(unsigned long ppid); 1269 1283 1270 1284 // ICQ Protocol only (from original Licq)
