Changeset 6420 for trunk/licq/include/licq_user.h
- Timestamp:
- 07/04/08 06:48:39 (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
r6417 r6420 921 921 922 922 // Deprecated functions, to be removed 923 LICQ_DEPRECATED ICQUser(unsigned long id, char *filename);924 LICQ_DEPRECATED ICQUser(unsigned long id);923 ICQUser(unsigned long id, char *filename) LICQ_DEPRECATED; 924 ICQUser(unsigned long id) LICQ_DEPRECATED; 925 925 LICQ_DEPRECATED unsigned long Uin() const; 926 926 LICQ_DEPRECATED const char* UinString() const { return m_szId; }
