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
This commit is contained in:
Vadim Zeitlin
2009-02-03 12:01:46 +00:00
parent 6143d648c8
commit 664e13143e
40 changed files with 504 additions and 382 deletions

View File

@@ -399,6 +399,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/buffer.h
wx/build.h
wx/chartype.h
wx/checkeddelete.h
wx/chkconf.h
wx/clntdata.h
wx/cmdargs.h
@@ -472,7 +473,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/ptr_shrd.h
wx/recguard.h
wx/regex.h
wx/scopedarray.h
wx/scopedptr.h
wx/scopeguard.h
wx/sharedptr.h
wx/snglinst.h
wx/sstream.h
wx/stack.h

View File

@@ -1071,6 +1071,10 @@ SOURCE=..\..\include\wx\chartype.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\checkeddelete.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\chkconf.h
# End Source File
# Begin Source File
@@ -1371,10 +1375,22 @@ SOURCE=..\..\include\wx\regex.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\scopedarray.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\scopedptr.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\scopeguard.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\sharedptr.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\snglinst.h
# End Source File
# Begin Source File

View File

@@ -1221,6 +1221,9 @@
<File
RelativePath="..\..\include\wx\chartype.h">
</File>
<File
RelativePath="..\..\include\wx\checkeddelete.h">
</File>
<File
RelativePath="..\..\include\wx\chkconf.h">
</File>
@@ -1446,9 +1449,18 @@
<File
RelativePath="..\..\include\wx\regex.h">
</File>
<File
RelativePath="..\..\include\wx\scopedarray.h">
</File>
<File
RelativePath="..\..\include\wx\scopedptr.h">
</File>
<File
RelativePath="..\..\include\wx\scopeguard.h">
</File>
<File
RelativePath="..\..\include\wx\sharedptr.h">
</File>
<File
RelativePath="..\..\include\wx\snglinst.h">
</File>

View File

@@ -1651,6 +1651,10 @@
RelativePath="..\..\include\wx\chartype.h"
>
</File>
<File
RelativePath="..\..\include\wx\checkeddelete.h"
>
</File>
<File
RelativePath="..\..\include\wx\chkconf.h"
>
@@ -1951,10 +1955,22 @@
RelativePath="..\..\include\wx\regex.h"
>
</File>
<File
RelativePath="..\..\include\wx\scopedarray.h"
>
</File>
<File
RelativePath="..\..\include\wx\scopedptr.h"
>
</File>
<File
RelativePath="..\..\include\wx\scopeguard.h"
>
</File>
<File
RelativePath="..\..\include\wx\sharedptr.h"
>
</File>
<File
RelativePath="..\..\include\wx\snglinst.h"
>

View File

@@ -1647,6 +1647,10 @@
RelativePath="..\..\include\wx\chartype.h"
>
</File>
<File
RelativePath="..\..\include\wx\checkeddelete.h"
>
</File>
<File
RelativePath="..\..\include\wx\chkconf.h"
>
@@ -1947,10 +1951,22 @@
RelativePath="..\..\include\wx\regex.h"
>
</File>
<File
RelativePath="..\..\include\wx\scopedarray.h"
>
</File>
<File
RelativePath="..\..\include\wx\scopedptr.h"
>
</File>
<File
RelativePath="..\..\include\wx\scopeguard.h"
>
</File>
<File
RelativePath="..\..\include\wx\sharedptr.h"
>
</File>
<File
RelativePath="..\..\include\wx\snglinst.h"
>