]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/serialize/sermain.cpp
Added new dynamic loading classes. (which handle proper
[wxWidgets.git] / utils / serialize / sermain.cpp
diff --git a/utils/serialize/sermain.cpp b/utils/serialize/sermain.cpp
deleted file mode 100644 (file)
index 2983a8c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// 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()