Changeset 13650
- Timestamp:
- 05/11/12 19:54:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r13007 r13650 182 182 shell.Execute(*it); 183 183 184 if (conf.Get<bool>("quit")) 185 shell.Stop(); 186 187 shell.Run(); // Run the shell 184 if (!conf.Get<bool>("quit")) 185 shell.Run(); // Run the shell 186 188 187 io_service.Stop(); // Signal Loop-thread to stop 189 188 // io_service.Close(); // Obsolete, done by the destructor
Note:
See TracChangeset
for help on using the changeset viewer.