- // These functions should not be called by the usual user. They are only
- // intended to be used by wxExecute.
- // Install pipes
- void SetPipeStreams(wxInputStream *in_stream, wxOutputStream *out_stream);
- bool NeedPipe() const;
+ // close the output stream indicating that nothing more will be written
+ void CloseOutput() { delete m_outputStream; m_outputStream = NULL; }
+
+ // implementation only (for wxExecute)
+ void SetPipeStreams(wxInputStream *inStream,
+ wxOutputStream *outStream,
+ wxInputStream *errStream);
+#endif // wxUSE_STREAMS