WvStreams
wvloopback.h
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 
00016 class WvLoopback : public WvFDStream
00017 {
00018 public:
00019     WvLoopback();
00020 
00021 public:
00022     const char *wstype() const { return "WvLoopback"; }
00023 };
00024 
00025 #endif // __WVLOOPBACK_H