Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

wvstreamex5.cc

Go to the documentation of this file.
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 }

Generated on Fri Apr 5 15:16:53 2002 for WvStreams by doxygen1.2.15