/[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.5 by sysadm, Mon Aug 2 19:48:17 2004 UTC
# 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