Changeset 6420 for trunk/licq
- Timestamp:
- 07/04/08 06:48:39 (5 months ago)
- Location:
- trunk/licq/include
- Files:
-
- 2 modified
-
licq_message.h (modified) (5 diffs)
-
licq_user.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_message.h
r6418 r6420 221 221 222 222 // Deprecated functions, to be removed 223 LICQ_DEPRECATED CEventAdded(unsigned long _nUin, const char *_szAlias, const char *_szFirstName, 224 const char *_szLastName, const char *_szEmail, 225 unsigned short _nCommand, time_t _tTime, unsigned long _nFlags); 223 CEventAdded(unsigned long _nUin, const char* _szAlias, 224 const char* _szFirstName, const char *_szLastName, const char *_szEmail, 225 unsigned short _nCommand, time_t _tTime, unsigned long _nFlags) 226 LICQ_DEPRECATED; 226 227 LICQ_DEPRECATED unsigned long Uin() const { return strtoul(m_szId, NULL, 10); }; 227 228 … … 253 254 254 255 // Deprecated functions, to be removed 255 LICQ_DEPRECATED CEventAuthRequest(unsigned long _nUin, const char *_szAlias, const char *_szFirstName, 256 const char *_szLastName, const char *_szEmail, const char *_szReason, 257 unsigned short _nCommand, time_t _tTime, unsigned long _nFlags); 256 CEventAuthRequest(unsigned long _nUin, const char* _szAlias, 257 const char* _szFirstName, const char* _szLastName, const char* _szEmail, 258 const char* _szReason, unsigned short _nCommand, time_t _tTime, 259 unsigned long _nFlags) LICQ_DEPRECATED; 258 260 LICQ_DEPRECATED unsigned long Uin() const { return strtoul(m_szId, NULL, 10); }; 259 261 … … 283 285 284 286 // Deprecated functions, to be removed 285 LICQ_DEPRECATED CEventAuthGranted(unsigned long _nUin, const char *_szMessage, 286 unsigned short _nCommand, time_t _tTime, unsigned long _nFlags); 287 CEventAuthGranted(unsigned long _nUin, const char* _szMessage, 288 unsigned short _nCommand, time_t _tTime, unsigned long _nFlags) 289 LICQ_DEPRECATED; 287 290 LICQ_DEPRECATED unsigned long Uin() const { return strtoul(m_szId, NULL, 10); }; 288 291 … … 308 311 309 312 // Deprecated functions, to be removed 310 LICQ_DEPRECATED CEventAuthRefused(unsigned long _nUin, const char *_szMessage, 311 unsigned short _nCommand, time_t _tTime, unsigned long _nFlags); 313 CEventAuthRefused(unsigned long _nUin, const char* _szMessage, 314 unsigned short _nCommand, time_t _tTime, unsigned long _nFlags) 315 LICQ_DEPRECATED; 312 316 LICQ_DEPRECATED unsigned long Uin() const { return strtoul(m_szId, NULL, 10); }; 313 317 … … 366 370 367 371 // Deprecated functions, to be removed 368 LICQ_DEPRECATED CContact(unsigned long n, const char *a);372 CContact(unsigned long n, const char* a) LICQ_DEPRECATED; 369 373 LICQ_DEPRECATED unsigned long Uin() const { return strtoul(m_szId, NULL, 10); } 370 374 -
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; }
