| 1301 | | void SetOwnerUin(unsigned long _nUin) LICQ_DEPRECATED; |
| 1302 | | unsigned long OwnerUin() LICQ_DEPRECATED { return icqOwnerUin(); } |
| 1303 | | ICQOwner *FetchOwner(unsigned short) LICQ_DEPRECATED; |
| 1304 | | void DropOwner() LICQ_DEPRECATED; |
| 1305 | | void DropOwner(unsigned long) LICQ_DEPRECATED; |
| | 1301 | LICQ_DEPRECATED void SetOwnerUin(unsigned long _nUin); |
| | 1302 | LICQ_DEPRECATED unsigned long OwnerUin() { return icqOwnerUin(); } |
| | 1303 | LICQ_DEPRECATED ICQOwner *FetchOwner(unsigned short); |
| | 1304 | LICQ_DEPRECATED void DropOwner(); |
| | 1305 | LICQ_DEPRECATED void DropOwner(unsigned long); |