renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Oct 2006 22:03:53 +0000 (22:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Oct 2006 22:03:53 +0000 (22:03 +0000)
commita3ab1c18017bb08329e73918f9f502ea00cdb447
treebbf88c9c606095f84b089dd357bd198a9896e13d
parente4ef49c7a74bcff39a112b2171413c664d1207e1
renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
changed its signature to take a const reference instead of a pointer which
simplifies the code and makes it safer as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
docs/changes.txt
docs/latex/wx/object.tex
docs/latex/wx/trefcount.tex
include/wx/mac/carbon/pen.h
include/wx/msw/pen.h
include/wx/object.h
include/wx/os2/pen.h
include/wx/palmos/pen.h
include/wx/variant.h
src/common/wincmn.cpp
src/generic/wizard.cpp
src/gtk/brush.cpp
src/gtk1/brush.cpp
src/mac/carbon/brush.cpp
src/mac/carbon/window.cpp
src/mgl/brush.cpp
src/mgl/pen.cpp
src/msw/brush.cpp
src/x11/brush.cpp