Changeset 6398 for trunk/licq

Show
Ignore:
Timestamp:
07/02/08 23:00:59 (5 months ago)
Author:
flynd
Message:

Deprecated attribute seems to work better when put before function name for some compilers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_user.h

    r6397 r6398  
    12991299 
    13001300  // Deprecated owner functions, to be removed 
    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); 
    13061306 
    13071307  /**