1. removed wxObject::CopyObject() and Clone() - some objects just can't be
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Nov 2001 21:44:52 +0000 (21:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Nov 2001 21:44:52 +0000 (21:44 +0000)
commitacd15a3fa015caf2d1e3213a7694b05c92d5b49c
treea9d7eeef6a5b20819e1d599c2659a6be33f73412
parentdcfb179bc7626b810b5dc589bd5db0e2bae0e8fb
1. removed wxObject::CopyObject() and Clone() - some objects just can't be
   copied
2. made wxEvent::Clone() pure virtual and added missing Clone()s to the
   other event classes which this changes has helped to discover

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dialup.h
include/wx/event.h
include/wx/generic/laywin.h
include/wx/object.h
include/wx/process.h
include/wx/sckaddr.h
include/wx/timer.h
src/common/event.cpp
src/common/http.cpp
src/common/object.cpp
src/common/sckaddr.cpp