Changeset 81 for cpp/gdk/stdouterr.h
- Timestamp:
- 02/08/13 03:29:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/stdouterr.h
r66 r81 7 7 8 8 #include "errmanager.h" 9 #include "virtfile.h" 9 10 10 11 class StdoutErrorHandler: public ErrorHandlerBase 11 12 { 13 VirtFILE *file; 12 14 public: 13 StdoutErrorHandler(int opts=DontBlock ):ErrorHandlerBase(opts) {}15 StdoutErrorHandler(int opts=DontBlock,VirtFILE *_file=NULL):ErrorHandlerBase(opts),file(_file) {} 14 16 void handle(const char *o,const char *m,const char *bl,int w); 15 17 };
Note: See TracChangeset
for help on using the changeset viewer.