]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptbase.h
Minor corrections to make dist after reports
[wxWidgets.git] / include / wx / unix / apptbase.h
index c1015702017517a3bb6bf60ad796336aa022e3d6..153d65c73540fd2f4dad5fac1768c43846538dea 100644 (file)
@@ -14,7 +14,6 @@
 
 struct wxEndProcessData;
 struct wxExecuteData;
 
 struct wxEndProcessData;
 struct wxExecuteData;
-class wxPipe;
 
 // ----------------------------------------------------------------------------
 // wxAppTraits: the Unix version adds extra hooks needed by Unix code
 
 // ----------------------------------------------------------------------------
 // wxAppTraits: the Unix version adds extra hooks needed by Unix code
@@ -26,20 +25,6 @@ public:
     // wxExecute() support methods
     // ---------------------------
 
     // wxExecute() support methods
     // ---------------------------
 
-    // called before starting the child process and creates the pipe used for
-    // detecting the process termination asynchronously in GUI, does nothing in
-    // wxBase
-    //
-    // if it returns false, we should return from wxExecute() with an error
-    virtual bool CreateEndProcessPipe(wxExecuteData& execData);
-
-    // test if the given descriptor is the end of the pipe create by the
-    // function above
-    virtual bool IsWriteFDOfEndProcessPipe(wxExecuteData& execData, int fd);
-
-    // ensure that the write end of the pipe is not closed by wxPipe dtor
-    virtual void DetachWriteFDOfEndProcessPipe(wxExecuteData& execData);
-
     // wait for the process termination, return whatever wxExecute() must
     // return
     //
     // wait for the process termination, return whatever wxExecute() must
     // return
     //