- Timestamp:
- 05/03/09 19:31:26 (4 years ago)
- Parents:
- 1a96a2b1429714af71c4a112b67fddf60e0ef21f
- Children:
- 921ad5c5ae1821dcedf0e16b013c51b7dbc9736e
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2009-05-03T19:31:26Z+0200
- Files:
-
- 1 modified
-
code/commands/file-tasks/task-save-all.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
code/commands/file-tasks/task-save-all.cpp
r9d2c7bc r8bafce5 19 19 // TODO: This should not be a task because the asynchronous IO operations 20 20 // should not be interrupted by tasks like "save as". 21 // Possibly do the should-not-abort part in an self-maintaining object?21 // The should-not-abort part should be an operation. 22 22 23 23 #include "commands/file-tasks/task-save-all.hpp"
