WvStreams
|
00001 /* -*- Mode: C++ -*- */ 00002 #include "wvlogrcv.h" 00003 00004 class WvWinDebugLog : 00005 public WvLogRcv 00006 { 00007 virtual void _mid_line(const char *str, size_t len); 00008 virtual ~WvWinDebugLog(); 00009 };