renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Feb 2009 12:01:46 +0000 (12:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Feb 2009 12:01:46 +0000 (12:01 +0000)
commit664e13143ee51a6b1aa1c30d1401ac04b11bdcca
tree6671364a18267eda279e36466246e6bbf6205d31
parent6143d648c866ead1d9330c88359dca8a4f1a654a
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
40 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
docs/changes.txt
include/wx/checkeddelete.h [new file with mode: 0644]
include/wx/dataview.h
include/wx/scopedarray.h [new file with mode: 0644]
include/wx/scopedptr.h [moved from include/wx/ptr_scpd.h with 61% similarity]
include/wx/sharedptr.h [moved from include/wx/ptr_shrd.h with 77% similarity]
interface/wx/scopedarray.h [new file with mode: 0644]
interface/wx/scopedptr.h [moved from interface/wx/ptr_scpd.h with 63% similarity]
interface/wx/sharedptr.h [moved from interface/wx/ptr_shrd.h with 87% similarity]
src/common/appbase.cpp
src/common/docview.cpp
src/common/event.cpp
src/common/fs_filter.cpp
src/common/gifdecod.cpp
src/common/init.cpp
src/common/intl.cpp
src/common/rendcmn.cpp
src/common/tarstrm.cpp
src/common/zipstrm.cpp
src/gtk/clipbrd.cpp
src/gtk/dialog.cpp
src/motif/clipbrd.cpp
src/msw/dialog.cpp
src/msw/evtloop.cpp
src/msw/menu.cpp
src/msw/toolbar.cpp
src/os2/dialog.cpp
src/os2/evtloop.cpp
src/palmos/dialog.cpp
src/palmos/evtloop.cpp
src/xml/xml.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec