00001 /* 00002 * Worldvisions Weaver Software: 00003 * Copyright (C) 1997-2002 Net Integration Technologies, Inc. 00004 */ 00005 #ifndef __WVLOOPBACK_H 00006 #define __WVLOOPBACK_H 00007 00008 #include "wvsplitstream.h" 00009 00010 class WvSplitStream; 00011 00017 class WvLoopback : public WvSplitStream 00018 { 00019 public: 00020 WvLoopback(); 00021 }; 00022 00023 #endif // __WVLOOPBACK_H