projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correct access for virtuals
[wxWidgets.git]
/
include
/
wx
/
dynload.h
diff --git
a/include/wx/dynload.h
b/include/wx/dynload.h
index 2c80bede4f48d4eb83ddd9975733a43e3a876534..b754dee03fed44e344196df460ee6557213710a9 100644
(file)
--- a/
include/wx/dynload.h
+++ b/
include/wx/dynload.h
@@
-13,10
+13,6
@@
#ifndef _WX_DYNAMICLOADER_H__
#define _WX_DYNAMICLOADER_H__
#ifndef _WX_DYNAMICLOADER_H__
#define _WX_DYNAMICLOADER_H__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dynload.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
@@
-112,16
+108,9
@@
public:
int flags = wxDL_DEFAULT );
static bool UnloadLibrary(const wxString &libname);
int flags = wxDL_DEFAULT );
static bool UnloadLibrary(const wxString &libname);
- // This is used by wxDllLoader. It's wrapped in the compatibility
- // macro because it's of arguable use outside of that.
-
-#if WXWIN_COMPATIBILITY_2_2
- static wxPluginLibrary *GetObjectFromHandle(wxDllType handle);
-#endif
-
// Instance methods.
// Instance methods.
- wxPluginManager() : m_entry(NULL) {}
;
+ wxPluginManager() : m_entry(NULL) {}
wxPluginManager(const wxString &libname, int flags = wxDL_DEFAULT)
{
Load(libname, flags);
wxPluginManager(const wxString &libname, int flags = wxDL_DEFAULT)
{
Load(libname, flags);