Changeset 6362 for trunk/licq/include/licq_user.h
- Timestamp:
- 06/27/08 20:31:06 (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
r6348 r6362 1166 1166 void Remove(const char *, unsigned long); 1167 1167 1168 // For ICQ (Licq way)1169 ICQUser *Retrieve(unsigned long _nUin);1170 void Store(ICQUser *u, unsigned long _nUin);1171 void Remove(unsigned long _nUin);1172 1168 protected: 1173 1169 // For protocol plugin 1174 1170 unsigned short HashValue(const char *); 1175 1171 1176 // For ICQ (Licq way)1177 unsigned short HashValue(unsigned long _nUin);1178 1172 void Lock(unsigned short _nLockType); 1179 1173 void Unlock();
