use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jan 2003 23:38:11 +0000 (23:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jan 2003 23:38:11 +0000 (23:38 +0000)
commit22f3361e1cf25c52a2da8fdfc5cb081809e18fb9
treeda297534fc9cea70bd486900a1ddb698a4013933
parent0becd470109886a71b5fb51c60f9842318eaeca9
use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
148 files changed:
include/wx/buffer.h
include/wx/busyinfo.h
include/wx/caret.h
include/wx/clipbrd.h
include/wx/cmdline.h
include/wx/cmdproc.h
include/wx/confbase.h
include/wx/cshelp.h
include/wx/dataobj.h
include/wx/datstrm.h
include/wx/dcbuffer.h
include/wx/dir.h
include/wx/dnd.h
include/wx/docmdi.h
include/wx/docview.h
include/wx/encconv.h
include/wx/evtloop.h
include/wx/fdrepdlg.h
include/wx/fileconf.h
include/wx/filesys.h
include/wx/fontenum.h
include/wx/fontmap.h
include/wx/frame.h
include/wx/fs_zip.h
include/wx/generic/calctrl.h
include/wx/generic/choicdgg.h
include/wx/generic/dirctrlg.h
include/wx/generic/dragimgg.h
include/wx/generic/grid.h
include/wx/generic/gridsel.h
include/wx/generic/progdlgg.h
include/wx/generic/sashwin.h
include/wx/generic/splash.h
include/wx/generic/splitter.h
include/wx/generic/textdlgg.h
include/wx/generic/treectlg.h
include/wx/generic/treelay.h
include/wx/generic/wizard.h
include/wx/gifdecod.h
include/wx/hashmap.h
include/wx/html/helpctrl.h
include/wx/html/helpdata.h
include/wx/html/helpfrm.h
include/wx/html/htmlcell.h
include/wx/html/htmlpars.h
include/wx/html/htmltag.h
include/wx/html/htmlwin.h
include/wx/html/htmprint.h
include/wx/html/winpars.h
include/wx/intl.h
include/wx/ipcbase.h
include/wx/layout.h
include/wx/log.h
include/wx/menu.h
include/wx/mstream.h
include/wx/msw/bitmap.h
include/wx/msw/dc.h
include/wx/msw/dde.h
include/wx/msw/dialog.h
include/wx/msw/dragimag.h
include/wx/msw/fdrepdlg.h
include/wx/msw/filedlg.h
include/wx/msw/helpbest.h
include/wx/msw/listctrl.h
include/wx/msw/mdi.h
include/wx/msw/msgdlg.h
include/wx/msw/ole/automtn.h
include/wx/msw/ole/dataobj.h
include/wx/msw/ole/dataobj2.h
include/wx/msw/ole/dropsrc.h
include/wx/msw/ole/droptgt.h
include/wx/msw/pen.h
include/wx/msw/printdlg.h
include/wx/msw/printwin.h
include/wx/msw/private.h
include/wx/msw/radiobox.h
include/wx/msw/spinctrl.h
include/wx/msw/statbmp.h
include/wx/msw/tabctrl.h
include/wx/msw/tbar95.h
include/wx/msw/tooltip.h
include/wx/msw/toplevel.h
include/wx/msw/treectrl.h
include/wx/msw/wave.h
include/wx/notebook.h
include/wx/popupwin.h
include/wx/prntbase.h
include/wx/process.h
include/wx/protocol/http.h
include/wx/protocol/protocol.h
include/wx/sckipc.h
include/wx/sckstrm.h
include/wx/scrolwin.h
include/wx/sizer.h
include/wx/snglinst.h
include/wx/socket.h
include/wx/statusbr.h
include/wx/stream.h
include/wx/tbarbase.h
include/wx/timer.h
include/wx/tipwin.h
include/wx/valgen.h
include/wx/valtext.h
include/wx/wfstream.h
include/wx/wizard.h
include/wx/wxexpr.h
include/wx/zipstrm.h
include/wx/zstream.h
src/common/cshelp.cpp
src/common/execcmn.cpp
src/common/fileconf.cpp
src/common/fontmap.cpp
src/common/fs_mem.cpp
src/common/ftp.cpp
src/common/http.cpp
src/common/image.cpp
src/common/intl.cpp
src/common/popupcmn.cpp
src/common/socket.cpp
src/common/variant.cpp
src/generic/calctrl.cpp
src/generic/grid.cpp
src/generic/logg.cpp
src/generic/numdlgg.cpp
src/generic/scrlwing.cpp
src/generic/tipdlg.cpp
src/generic/tipwin.cpp
src/generic/treectlg.cpp
src/html/helpdata.cpp
src/html/helpfrm.cpp
src/html/m_image.cpp
src/html/m_tables.cpp
src/msw/accel.cpp
src/msw/checklst.cpp
src/msw/dir.cpp
src/msw/fdrepdlg.cpp
src/msw/fontenum.cpp
src/msw/listctrl.cpp
src/msw/notebook.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/dropsrc.cpp
src/msw/ole/droptgt.cpp
src/msw/region.cpp
src/msw/snglinst.cpp
src/msw/thread.cpp
src/msw/treectrl.cpp
src/msw/utils.cpp
src/msw/utilsexc.cpp