Changeset 6382 for trunk/licq/include/licq_user.h
- Timestamp:
- 07/01/08 18:58:01 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_user.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_user.h
r6370 r6382 1255 1255 ~CUserManager(); 1256 1256 bool Load(); 1257 void SetOwnerUin(unsigned long _nUin);1258 1257 1259 1258 // For protocol plugins … … 1264 1263 ICQUser *FetchUser(const char *, unsigned long, unsigned short); 1265 1264 ICQOwner *FetchOwner(unsigned long, unsigned short); 1266 void DropOwner(unsigned long);1267 1265 1268 1266 /** … … 1287 1285 ICQUser *FetchUser(unsigned long, unsigned short); 1288 1286 void DropUser(ICQUser *); 1289 ICQOwner *FetchOwner(unsigned short);1290 void DropOwner();1291 unsigned long OwnerUin() {return m_nOwnerUin; }1292 1287 bool IsOnList(unsigned long nUin); 1288 1289 // Deprecated owner functions, to be removed 1290 void SetOwnerUin(unsigned long _nUin) __attribute__ ((deprecated)); 1291 unsigned long OwnerUin() __attribute__ ((deprecated)) { return icqOwnerUin(); } 1292 ICQOwner *FetchOwner(unsigned short) __attribute__ ((deprecated)); 1293 void DropOwner() __attribute__ ((deprecated)); 1294 void DropOwner(unsigned long) __attribute__ ((deprecated)); 1295 1296 /** 1297 * Convenience function to get icq owner as an unsigned long 1298 * Only meant to be used internally for icq protocol functions 1299 * 1300 * @return Icq owner 1301 */ 1302 unsigned long icqOwnerUin(); 1293 1303 1294 1304 /** … … 1502 1512 OwnerList m_vpcOwners; 1503 1513 ICQOwner *m_xOwner; 1504 unsigned long m_nOwnerUin;1505 1514 unsigned short m_nUserListLockType; 1506 1515 unsigned short myGroupListLockType;
