00001 #include <wvstream.h> 00002 00003 int main() 00004 { 00005 wvcon->autoforward(*wvcon); 00006 00007 while (wvcon->isok()) 00008 { 00009 if (wvcon->select(-1)) 00010 wvcon->callback(); 00011 } 00012 }