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

Diff of /innwebd/controld.cpp

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

Revision 1.10 by sysadm, Tue Aug 10 19:55:25 2004 UTC Revision 1.12 by sysadm, Sat Feb 26 16:10:25 2005 UTC
# Line 1  Line 1 
1  /*******************************************************/  /*******************************************************/
2  /*                                                     */  /*                                                     */
3  /*  LeafOK Innbbsd                                     */  /*  LeafOK Innbbsd                                     */
4  /*  Copyright (C) LeafOK.com, 2003-2004                */  /*  Copyright (C) LeafOK.com, 2003-2005                */
5  /*                                                     */  /*                                                     */
6  /*  Programmed by Leaf                                 */  /*  Programmed by Leaf                                 */
7  /*  E-mail:leaflet@leafok.com  QQ:6049044              */  /*  E-mail:leaflet@leafok.com  QQ:6049044              */
# Line 426  void controld::StartupChild(void) Line 426  void controld::StartupChild(void)
426    
427  void controld::StartupDelay(void)  void controld::StartupDelay(void)
428  {  {
429            syslog << logfile::log_head << "Startup delay for " <<
430                    this->startup_delay << " seconds"<< endl;
431    
432          Sleep(this->startup_delay * 1000);          Sleep(this->startup_delay * 1000);
433  }  }
434    
# Line 495  int controld::CleanupThreadPool(void) Line 498  int controld::CleanupThreadPool(void)
498    
499          return 0;          return 0;
500  }  }
501    
502    bool controld::check_priv(void)
503    {
504            return this->access.control;
505    }


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

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