diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-01 22:25:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-01 22:35:33 +0900 |
commit | bdb1b502083e00fe5929f9ca4204bfaa87f15263 (patch) | |
tree | 9da2763c23135af429a077af5e6d95950e4464cd /TODO | |
parent | ae2d6f00fb611d1831928a8a57ddd67bc03a38a1 (diff) | |
download | tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.tar.gz tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.zip |
Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.
Add temporary kprocess.h to keep things building.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ that we would like to make for the next binary incompatible release. - move the draining loop from commClose() to wait() - add additional "channels" beyond std*, with the built-in capability of passing the fd on the command line - - redirections, including piping multiple kprocesses together. this should make most cases of + - redirections, including piping multiple tdeprocesses together. this should make most cases of reimplementing commSetupDone{P,C} superflous. - possibly create KForkProcess that covers most/all of the remaining commSetupDoneC reimplementations. |