From 21f5d80dade777675f10fd393f0a953b36268f9d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 3 Mar 2013 22:16:18 +0000 Subject: Adding the Bu::DualFilter which could work out really well, it's going in for testing now. The idea is that it makes it easy to use a bi-directional stream like a tcpstream that requires a seperate filter instance for each read and write side. --- src/unstable/dualfilter.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/unstable/dualfilter.cpp (limited to 'src/unstable/dualfilter.cpp') diff --git a/src/unstable/dualfilter.cpp b/src/unstable/dualfilter.cpp new file mode 100644 index 0000000..8d019de --- /dev/null +++ b/src/unstable/dualfilter.cpp @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + +#include "dualfilter.h" -- cgit v1.2.3