Added typeinfo.h which implements wxTypeId, using C++ RTTI if available. wxAny and...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 19 Nov 2009 19:27:24 +0000 (19:27 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 19 Nov 2009 19:27:24 +0000 (19:27 +0000)
commit7db064f60f2d60bcfea44a9973a18e6c2bf2161d
treea41ccc4138d3e830db910e32776da4066bc19ad7
parentc7193f282111a7658c9c47b8817b3412b35c30fe
Added typeinfo.h which implements wxTypeId, using C++ RTTI if available. wxAny and Unbind<>() code are updated to use it. Added and updated related unit tests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
include/wx/any.h
include/wx/event.h
include/wx/typeinfo.h [new file with mode: 0644]
interface/wx/any.h
tests/Makefile.in
tests/any/anytest.cpp
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/misc/typeinfotest.cpp [new file with mode: 0644]
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/test_vc9_test.vcproj
wxGTK.spec
wxMotif.spec
wxX11.spec