f4a8c29f7a
* 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
28 lines
677 B
C++
28 lines
677 B
C++
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: sermain.cpp
|
|
// Purpose: Serialization: main
|
|
// Author: Guilhem Lavaux
|
|
// Modified by:
|
|
// Created: July 1998
|
|
// RCS-ID: $Id$
|
|
// Copyright: (c) 1998 Guilhem Lavaux
|
|
// Licence: wxWindows license
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifdef __GNUG__
|
|
#pragma implementation "serbase.h"
|
|
#endif
|
|
|
|
#include <wx/dynlib.h>
|
|
#include <wx/serbase.h>
|
|
|
|
#include "sercore.h"
|
|
#include "serwnd.h"
|
|
#include "sergdi.h"
|
|
#include "serctrl.h"
|
|
#include "serext.h"
|
|
|
|
IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize, wxObject)
|
|
|
|
WXDLL_ENTRY_FUNCTION()
|