Changeset 1711 for trunk/auto-reply

Show
Ignore:
Timestamp:
04/28/00 18:50:18 (9 years ago)
Author:
dwalker
Message:

make it compile

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/src/autoreply.cpp

    r1259 r1711  
    1818#include "licq_file.h" 
    1919#include "licq_user.h" 
     20#include "licq_socket.h" 
    2021#include "licq_constants.h" 
    2122 
     
    7879  if (m_szStatus != NULL) 
    7980  { 
    80     unsigned long s = licqDaemon->StringToStatus(m_szStatus); 
     81    unsigned long s = StringToStatus(m_szStatus); 
    8182    ICQOwner *o = gUserManager.FetchOwner(LOCK_R); 
    8283    bool b = o->StatusOffline(); 
     
    186187    break; 
    187188  default: 
    188     gLog.Warn("%sInternal error: CLicqiAutoReply::ProcessSignal(): Unknown signal command received from daemon: %d.\n",  
     189    gLog.Warn("%sInternal error: CLicqiAutoReply::ProcessSignal(): Unknown signal command received from daemon: %ld.\n",  
    189190              L_WARNxSTR, s->Signal()); 
    190191    break; 
     
    244245  if (e == NULL) 
    245246  { 
    246     gLog.Warn("%sInvalid message id (%d).\n", L_AUTOREPxSTR, nId); 
     247    gLog.Warn("%sInvalid message id (%ld).\n", L_AUTOREPxSTR, nId); 
    247248  } 
    248249  else