]> git.saurik.com Git - wxWidgets.git/commit
Extract wxPipeInputStream and wxPipeOutputStream in a header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:26:38 +0000 (00:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:26:38 +0000 (00:26 +0000)
commitbfabc7f47cf9f57e51c6f4c7173c58df52c365e7
tree8ed30e9fe6882febffb66e2dd467c3d7f5732e92
parentd3ad22bdb33cdba830923932e208f030f61669b4
Extract wxPipeInputStream and wxPipeOutputStream in a header.

No real changes, just put these classes in a private header. They're still not
part of the public API but at least it will be easier to reuse them inside the
library itself in the upcoming commits.

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/pipestream.h [new file with mode: 0644]
include/wx/private/pipestream.h [new file with mode: 0644]
include/wx/unix/pipe.h
include/wx/unix/private/pipestream.h [new file with mode: 0644]
src/msw/utilsexc.cpp
src/unix/utilsunx.cpp