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:
@@ -32,7 +32,9 @@
|
||||
#include "wx/dataobj.h"
|
||||
#endif
|
||||
|
||||
#include "wx/ptr_scpd.h"
|
||||
#include "wx/scopedarray.h"
|
||||
|
||||
typedef wxScopedArray<wxDataFormat> wxDataFormatScopedArray;
|
||||
|
||||
#ifdef __VMS__
|
||||
#pragma message disable nosimpint
|
||||
@@ -233,9 +235,6 @@ bool wxClipboard::SetData( wxDataObject *data )
|
||||
return AddData( data );
|
||||
}
|
||||
|
||||
wxDECLARE_SCOPED_ARRAY( wxDataFormat, wxDataFormatScopedArray )
|
||||
wxDEFINE_SCOPED_ARRAY( wxDataFormat, wxDataFormatScopedArray )
|
||||
|
||||
#if wxCHECK_LESSTIF()
|
||||
void wxClipboardCallback( Widget xwidget, int* data_id,
|
||||
int* priv, int* WXUNUSED(reason) )
|
||||
|
||||
Reference in New Issue
Block a user