Ignore:
Timestamp:
2010-05-26T23:52:09+12:00 (14 years ago)
Author:
davidb
Message:

Further development of the os_process classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/os_process_windows.h

    r22173 r22177  
    3838{
    3939public:
    40   osprocesswindows(char* cmdline);
    4140  osprocesswindows(char* cmdline, OSProcessPipeMode mode);
    4241  virtual ~osprocesswindows();
    43 
    44   /*
    45   virtual bool eop();                  // end of pipe
    46   virtual bool eop(OSProcessPipeMode); // end of pipe, for designated pipe
    47   */
    4842
    4943  virtual int read(char* buffer, const int buffer_len);
    5044  virtual int write(const char* buffer, const int buffer_len);
    5145
    52   virtual bool close();
    53   virtual bool close(OSProcessPipeMode mode);
     46  virtual bool close_write_pipe(OSProcessWarnStatus warn_status);
     47  virtual bool close_read_pipe(OSProcessWarnStatus warn_status);
    5448
    5549protected:
Note: See TracChangeset for help on using the changeset viewer.