Le Wed, 16 May 2007 11:07:21 +0700,
"Tran Thai Son" <tofoneo@xxxxxxxxx> a écrit :
> socks5bytestreammanager.h:114: error: 'SOCKS5Bytestream' has not been
> declared
Hello,
It has been fixed in trunk, see attached patch.
Cheers,
Vincent
Modified: trunk/src/socks5bytestreammanager.h
===================================================================
--- trunk/src/socks5bytestreammanager.h 2007-04-30 14:22:01 UTC (rev 2271)
+++ trunk/src/socks5bytestreammanager.h 2007-04-30 16:44:03 UTC (rev 2272)
@@ -22,6 +22,7 @@
class SOCKS5BytestreamHandler;
class SOCKS5BytestreamServer;
+ class SOCKS5Bytestream;
class ClientBase;
/**