Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

wvloopback.h

Go to the documentation of this file.
00001 /* -*- Mode: C++ -*-
00002  * Worldvisions Weaver Software:
00003  *   Copyright (C) 1997-2002 Net Integration Technologies, Inc.
00004  *
00005  */ 
00006 #ifndef __WVLOOPBACK_H
00007 #define __WVLOOPBACK_H
00008 
00009 #include "wvfdstream.h"
00010 
00011 /**
00012  * Implementation of a WvLoopback stream.  WvLoopback uses a
00013  * socketpair() to create a stream that allows you to read()
00014  * everything written to it, even (especially) across a fork() call.
00015  */
00016 class WvLoopback : public WvFDStream
00017 {
00018 public:
00019     WvLoopback();
00020 };
00021 
00022 #endif // __WVLOOPBACK_H

Generated on Sat Feb 21 21:05:30 2004 for WvStreams by doxygen 1.3.5