Last change
on this file was 2, checked in by dmik, 19 years ago |
Imported original Psi 0.10 sources from Affinix
|
File size:
302 bytes
|
Line | |
---|
1 | #ifndef SPROCESS_H
|
---|
2 | #define SPROCESS_H
|
---|
3 |
|
---|
4 | #include<qvaluelist.h>
|
---|
5 | #include"jprocess.h"
|
---|
6 |
|
---|
7 | class SProcess : public JProcess
|
---|
8 | {
|
---|
9 | Q_OBJECT
|
---|
10 | public:
|
---|
11 | SProcess();
|
---|
12 | ~SProcess();
|
---|
13 |
|
---|
14 | void setClosePipeList(const QValueList<int> &);
|
---|
15 |
|
---|
16 | private:
|
---|
17 | QValueList<int> pipeList;
|
---|
18 | static void childStarting(JProcess *);
|
---|
19 | };
|
---|
20 |
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.