src/SubProcess.h
branchv_0
changeset 60 bb7ca5891755
parent 29 6f15f18d2abf
child 67 0766d298eb1c
equal deleted inserted replaced
59:7471529c0d11 60:bb7ca5891755
    23 
    23 
    24 #include <relpipe/writer/typedefs.h>
    24 #include <relpipe/writer/typedefs.h>
    25 #include <relpipe/writer/RelpipeWriterException.h>
    25 #include <relpipe/writer/RelpipeWriterException.h>
    26 
    26 
    27 /**
    27 /**
    28  * TODO: move to a separate library → can be used later also in relpipe-tr-exec
    28  * TODO: move to a separate library → can be used later also in relpipe-tr-streamlet
    29  */
    29  */
    30 class SubProcess {
    30 class SubProcess {
    31 public:
    31 public:
    32 
    32 
    33 	class Message {
    33 	class Message {