/[LeafOK_CVS]/innwebd/base_active.cpp
ViewVC logotype

Diff of /innwebd/base_active.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.4 by sysadm, Sun Jul 4 08:04:08 2004 UTC Revision 1.5 by sysadm, Thu Sep 16 15:41:14 2004 UTC
# Line 1217  bool base_active::check_todo_list(void) Line 1217  bool base_active::check_todo_list(void)
1217    
1218          try          try
1219          {          {
1220                  syslog << logfile::log_head << "Searching article to send ..." << endl;  //              syslog << logfile::log_head << "Searching article to send ..." << endl;
1221    
1222                  sql = "select count(*) as cc from innd_todo";                  sql = "select count(*) as cc from innd_todo";
1223    
# Line 1275  DWORD base_active::SendThread(LPVOID pPa Line 1275  DWORD base_active::SendThread(LPVOID pPa
1275                  delete(p);                  delete(p);
1276    
1277                  base_active::uThreadCount--;                  base_active::uThreadCount--;
1278                  syslog << logfile::log_head << "Delete send thread ... OK" << endl;  //              syslog << logfile::log_head << "Delete send thread ... OK" << endl;
1279          }          }
1280          catch(CException* e)          catch(CException* e)
1281          {          {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1