GetBaseByName doesn't exist anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-04-02 05:33:37 +00:00
parent b2b510728e
commit 1125dc3f5c
2 changed files with 3 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ public:
int m_objectSize; int m_objectSize;
wxObjectConstructorFn m_objectConstructor; wxObjectConstructorFn m_objectConstructor;
// Pointers to base wxClassInfos: set in InitializeClasses // Pointers to base wxClassInfos
const wxClassInfo *m_baseInfo1; const wxClassInfo *m_baseInfo1;
const wxClassInfo *m_baseInfo2; const wxClassInfo *m_baseInfo2;
@@ -114,16 +114,12 @@ public:
// many clients) // many clients)
static wxHashTable *sm_classTable; static wxHashTable *sm_classTable;
private:
// InitializeClasses() helper
static wxClassInfo *GetBaseByName(const wxChar *name);
DECLARE_NO_COPY_CLASS(wxClassInfo)
protected: protected:
// registers the class // registers the class
void Register(); void Register();
void Unregister(); void Unregister();
DECLARE_NO_COPY_CLASS(wxClassInfo)
}; };
WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxChar *name); WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxChar *name);

View File

@@ -1810,10 +1810,6 @@ private:
wxObjectStreamingCallback m_streamingCallback ; wxObjectStreamingCallback m_streamingCallback ;
const wxPropertyAccessor *FindAccessor (const wxChar *propertyName) const ; const wxPropertyAccessor *FindAccessor (const wxChar *propertyName) const ;
// InitializeClasses() helper
static wxClassInfo *GetBaseByName(const wxChar *name) ;
protected: protected:
// registers the class // registers the class
void Register(); void Register();