Browse Source

Do not throw exception on I/O error. Reason: Not throwing an exception is the expection of c++ streams.

git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@69 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz 9 years ago
parent
commit
13c40894aa
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      child.cpp

+ 0
- 2
child.cpp View File

@@ -69,8 +69,6 @@ namespace CodeDweller {
throw std::invalid_argument("A child executable must be specified.");
}
reader.exceptions(std::istream::failbit | std::istream::badbit);
writer.exceptions(std::ostream::failbit | std::ostream::badbit);
childStarted = false;
childExited = false;
exitCodeObtainedFlag = false;

Loading…
Cancel
Save