X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/496e3a4a030bf8d631c8b3730b51a8aa02311473..09cf7c5853e45018195dd43805e4d88ff33f8692:/src/common/serbase.cpp diff --git a/src/common/serbase.cpp b/src/common/serbase.cpp new file mode 100644 index 0000000000..e5bb3d9dd6 --- /dev/null +++ b/src/common/serbase.cpp @@ -0,0 +1,31 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: serbase.cpp +// Purpose: wxStream base classes +// Author: Robert Roebling +// Modified by: +// Created: 11/07/98 +// RCS-ID: $Id$ +// Copyright: (c) Robert Roebling +// Licence: wxWindows license +///////////////////////////////////////////////////////////////////////////// + +#ifdef __GNUG__ +#pragma implementation "stream.h" +#endif + +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#include + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +// ---------------------------------------------------------------------------- +// wxObject_Serialize +// ---------------------------------------------------------------------------- + +#if !USE_SHARED_LIBRARY +IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize,wxObject) +#endif