Add class factories for filter streams. Also filters now follow the convention
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 25 Oct 2006 20:41:12 +0000 (20:41 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 25 Oct 2006 20:41:12 +0000 (20:41 +0000)
commit166c3ef0f9a77a66143968be2c1b58747994d32e
treeb7c871ea2e643fc7232695cd373dfcaa91728e2f
parentceb40c80a1137c7315cf9e7d4ae343ca3ce05411
Add class factories for filter streams. Also filters now follow the convention
that they own their parent if they are created with a pointer to the parent.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
include/wx/stream.h
src/common/filtall.cpp [new file with mode: 0644]
src/common/filtfind.cpp [new file with mode: 0644]
src/common/stream.cpp
src/wxWindows.dsp