< prev index next >

modules/fxpackager/src/main/native/library/common/WindowsPlatform.h

Print this page
rev 9619 : imported patch 9-jake-fxpackager.patch

*** 175,184 **** --- 175,185 ---- PROCESS_INFORMATION FProcessInfo; static WindowsJob FJob; void Cleanup(); + bool ReadOutput(); public: WindowsProcess(); virtual ~WindowsProcess();
*** 186,195 **** --- 187,198 ---- virtual bool Terminate(); virtual bool Execute(const TString Application, const std::vector<TString> Arguments, bool AWait = false); virtual bool Wait(); virtual TProcessID GetProcessID(); + virtual void SetInput(TString Value); + virtual std::list<TString> GetOutput(); };
< prev index next >