/[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.2 by sysadm, Sat Jul 3 05:52:38 2004 UTC Revision 1.3 by sysadm, Sat Jul 3 15:10:23 2004 UTC
# Line 77  int _tmain(int argc, TCHAR* argv[], TCHA Line 77  int _tmain(int argc, TCHAR* argv[], TCHA
77          //Standalone mode          //Standalone mode
78          if (argc == 2 && _stricmp(argv[1], "-s") == 0)          if (argc == 2 && _stricmp(argv[1], "-s") == 0)
79          {          {
80                    innbbsd_srv.ctrld.InitThreadPool();
81                  innbbsd_srv.ctrld.begin();                  innbbsd_srv.ctrld.begin();
82                  innbbsd_srv.ctrld.StartupChild();                  innbbsd_srv.ctrld.StartupChild();
83    
# Line 85  int _tmain(int argc, TCHAR* argv[], TCHA Line 86  int _tmain(int argc, TCHAR* argv[], TCHA
86                      Sleep(100);                      Sleep(100);
87              }              }
88    
89                  innbbsd_srv.ctrld.bbsd.end();                  innbbsd_srv.ctrld.ShutdownChild();
                 innbbsd_srv.ctrld.innd.end();  
                 innbbsd_srv.ctrld.outd.end();  
90                  innbbsd_srv.ctrld.end();                  innbbsd_srv.ctrld.end();
91                    innbbsd_srv.ctrld.CleanupThreadPool();
92    
93                  return 0;                  return 0;
94          }          }


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

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