projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
got rid of wxSocketBase::m_error which could get out of sync with wxSocketImpl::m_err...
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_bmp.h
diff --git
a/include/wx/xrc/xh_bmp.h
b/include/wx/xrc/xh_bmp.h
index 9867f1041a9949cdafc474b559002326c5a0ff0e..da40ac9426a744977df325e461c930d4bc0aa5d9 100644
(file)
--- a/
include/wx/xrc/xh_bmp.h
+++ b/
include/wx/xrc/xh_bmp.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_bmp.h
+// Name:
wx/xrc/
xh_bmp.h
// Purpose: XML resource handler for wxBitmap and wxIcon
// Author: Vaclav Slavik
// Created: 2000/09/00
// Purpose: XML resource handler for wxBitmap and wxIcon
// Author: Vaclav Slavik
// Created: 2000/09/00
@@
-11,28
+11,30
@@
#ifndef _WX_XH_BMP_H_
#define _WX_XH_BMP_H_
#ifndef _WX_XH_BMP_H_
#define _WX_XH_BMP_H_
-#ifdef __GNUG__
-#pragma interface "xh_bmp.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
+#if wxUSE_XRC
-class WX
XMLDLLEXPORT
wxBitmapXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxBitmapXmlHandler : public wxXmlResourceHandler
{
{
+ DECLARE_DYNAMIC_CLASS(wxBitmapXmlHandler)
+
public:
wxBitmapXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxBitmapXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
-class WX
XMLDLLEXPORT
wxIconXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxIconXmlHandler : public wxXmlResourceHandler
{
{
+ DECLARE_DYNAMIC_CLASS(wxIconXmlHandler)
+
public:
wxIconXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxIconXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
+#endif // wxUSE_XRC
#endif // _WX_XH_BMP_H_
#endif // _WX_XH_BMP_H_