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

Diff of /innwebd/innbbsd.cpp

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

Revision 1.4 by sysadm, Sun Jul 4 06:45:23 2004 UTC Revision 1.6 by sysadm, Sat Feb 26 16:10:26 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 63  int _tmain(int argc, TCHAR* argv[], TCHA Line 63  int _tmain(int argc, TCHAR* argv[], TCHA
63    
64          syslog.open(app_path + log_file, ios_base::out | ios_base::app);          syslog.open(app_path + log_file, ios_base::out | ios_base::app);
65    
66            // Report program information
67            syslog << "********************" << endl;
68            syslog << App_common::GetVersion() << endl;
69            syslog << App_common::Copyright << endl;
70            syslog << logfile::log_head << "Starting up..." << endl;
71    
72          // Initialize sockets          // Initialize sockets
73          if(!AfxSocketInit())          if(!AfxSocketInit())
74          {          {


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

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