Show
Ignore:
Timestamp:
07/02/08 06:15:44 (5 months ago)
Author:
flynd
Message:

Removed the birtday functions from daemon. They were not fully implemented and did nothing but they used uin.

Files:
1 modified

Legend:

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

    r6347 r6390  
    557557     bool bSendIntIp); 
    558558  int StartTCPServer(TCPSocket *); 
    559   void CheckBirthdays(UinList &); 
    560   unsigned short BirthdayRange() { return m_nBirthdayRange; } 
    561   void BirthdayRange(unsigned short r) { m_nBirthdayRange = r; } 
    562559 
    563560  bool AddUserToList(const char *szId, unsigned long PPID, bool bNotify = true, 
     
    700697                 m_nMaxUsersPerPacket, 
    701698                 m_nServerSequence, 
    702                  m_nErrorTypes, 
    703                  m_nBirthdayRange; 
     699                 m_nErrorTypes; 
    704700  char m_szErrorFile[64]; 
    705701  int m_nTCPSrvSocketDesc,