Ignore:
Timestamp:
2010-05-27T23:56:02+12:00 (14 years ago)
Author:
davidb
Message:

Some refinement of the testing framework for the os_process class

File:
1 edited

Legend:

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

    r22183 r22188  
    4343
    4444  virtual int read(char* buffer, const int buffer_len);
    45   virtual int write(const char* buffer, const int buffer_len);
     45  virtual int write(char* buffer, const int buffer_len);
    4646
    4747  virtual void wait();
    4848
    49   virtual bool close_write_pipe(OSProcessWarnStatus warn_status);
    50   virtual bool close_read_pipe(OSProcessWarnStatus warn_status);
     49  virtual bool close_write_pipe(OSProcessWarnStatus warn_status=withWarning);
     50  virtual bool close_read_pipe(OSProcessWarnStatus warn_status=withWarning);
    5151
    5252protected:
Note: See TracChangeset for help on using the changeset viewer.