]> git.saurik.com Git - wxWidgets.git/commit - tests/strings/strings.cpp
split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer<T> and wxCharTypeBuffer<T>...
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Mar 2009 15:33:55 +0000 (15:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Mar 2009 15:33:55 +0000 (15:33 +0000)
commitde4983f3236c2043479abb21857aca958a7b61f0
treefc188db7fbf721f3bae45d39106f3eeba124fb6b
parent36adcfc9135110ee27c6e4247e5d29175159694f
split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer<T> and wxCharTypeBuffer<T> -- the former is for transient data with validity limited to parent's lifetime, the latter is for permanent storage of string data (bug #9638)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/buffer.h
include/wx/mimetype.h
include/wx/motif/private.h
include/wx/string.h
include/wx/strvararg.h
include/wx/ustring.h
include/wx/utils.h
include/wx/variant.h
include/wx/wxcrt.h
include/wx/wxcrtvararg.h
interface/wx/buffer.h
src/common/string.cpp
src/common/strvararg.cpp
src/common/ustring.cpp
src/common/variant.cpp
tests/strings/strings.cpp