WvStreams
wvloopback2.h
1 /* -*- Mode: C++ -*-
2  * Worldvisions Weaver Software:
3  * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4  *
5  */
6 #ifndef __WVLOOPBACK2_H
7 #define __WVLOOPBACK2_H
8 
9 #include "wvfdstream.h"
10 
27 void wvloopback2(IWvStream *&s1, IWvStream *&s2);
28 
29 #endif // __WVLOOPBACK2_H
IWvStream
Definition: iwvstream.h:24