]> git.saurik.com Git - wxWidgets.git/commit
* wxCreateDynamicObject() uses an hashtable now
authorGuilhem Lavaux <lavaux@easynet.fr>
Tue, 1 Sep 1998 17:17:05 +0000 (17:17 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Tue, 1 Sep 1998 17:17:05 +0000 (17:17 +0000)
commitf4a8c29f7a3ffa7eb60d9b7f055565eb2df368d9
treec81f2b93c0506eac06dd9c09a9da868218113566
parent2f6407b9473f0a3cbd88d6419926b25ab5d6850a
* wxCreateDynamicObject() uses an hashtable now
* wxClassInfo::first = NULL after the hashtable is initialized
* dynlib has been simplified.
* Some fix in the serialization core and in wxObject::StoreObject()/LoadObject()
* Updates in utils/serialize/sermain.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/dynlib.h
include/wx/object.h
include/wx/wx.h
src/common/dynlib.cpp
src/common/memory.cpp
src/common/module.cpp
src/common/object.cpp
src/common/objstrm.cpp
src/common/stream.cpp
src/gtk/data.cpp
src/gtk1/data.cpp
src/msw/data.cpp
utils/serialize/sermain.cpp