Changeset 911 for trunk/src/corelib/io/qprocess_os2.cpp
- Timestamp:
- Jul 25, 2011, 2:36:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qprocess_os2.cpp
r902 r911 553 553 pipe.server = HPIPE(~0); 554 554 pipe.client = HFILE(~0); 555 555 556 556 557 // we need the process identifier to guarantee pipe name unicity … … 612 613 void QProcessPrivate::destroyPipe(Channel::Pipe &pipe) 613 614 { 615 616 614 617 if (pipe.client != ~HFILE(~0)) { 615 618 DosClose(pipe.client); … … 634 637 channel.pipe.server = HPIPE(~0); 635 638 channel.pipe.client = HFILE(~0); 639 636 640 637 641 if (&channel == &stderrChannel && processChannelMode == QProcess::MergedChannels) { … … 1342 1346 } 1343 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1344 1365 qint64 QProcessPrivate::writeToStdin(const char *data, qint64 maxlen) 1345 1366 {
Note:
See TracChangeset
for help on using the changeset viewer.