- // Reserved for future use
- virtual void ReservedObjectFunc1() {}
- virtual void ReservedObjectFunc2() {}
- virtual void ReservedObjectFunc3() {}
- virtual void ReservedObjectFunc4() {}
- virtual void ReservedObjectFunc5() {}
- virtual void ReservedObjectFunc6() {}
- virtual void ReservedObjectFunc7() {}
- virtual void ReservedObjectFunc8() {}
- // FIXME: turn back into ReservedObjectFunc9() in wx-2.7 (see also FIXME
- // near the top of this file)
- virtual void DoHandleEvent(void (wxEvtHandler::*)(wxEvent&), wxEvent&) {}
+ // check if this object references the same data as the other one
+ bool IsSameAs(const wxObject& o) const { return m_refData == o.m_refData; }