Show
Ignore:
Timestamp:
06/27/08 20:31:06 (5 months ago)
Author:
flynd
Message:

Remove uin functions from CUserHashTable as they're not needed anymore.

Files:
1 modified

Legend:

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

    r6348 r6362  
    11661166  void Remove(const char *, unsigned long); 
    11671167 
    1168   // For ICQ (Licq way) 
    1169   ICQUser *Retrieve(unsigned long _nUin); 
    1170   void Store(ICQUser *u, unsigned long _nUin); 
    1171   void Remove(unsigned long _nUin); 
    11721168protected: 
    11731169  // For protocol plugin 
    11741170  unsigned short HashValue(const char *); 
    11751171 
    1176   // For ICQ (Licq way) 
    1177   unsigned short HashValue(unsigned long _nUin); 
    11781172  void Lock(unsigned short _nLockType); 
    11791173  void Unlock();