// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma interface "wxole.h"
-#endif
-
#ifndef _WX_OLE_H_
#define _WX_OLE_H_
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/frame.h"
+#include "wx/stream.h"
//-----------------------------------------------------------------------------
// global data
public:
wxOleServerEnv( const wxString &name, const wxString &version );
- ~wxOleServerEnv();
+ virtual ~wxOleServerEnv();
private:
public:
wxOleServer( const wxString &id );
- ~wxOleServer();
+ virtual ~wxOleServer();
virtual wxOleControl *CreateOleControl();
public:
wxOleControl( wxWindowID id, long style = 0, const wxString &name = wxOleNameStr );
- ~wxOleControl();
+ virtual ~wxOleControl();
bool Create( wxWindowID id, long style = 0, const wxString &name = wxOleNameStr );
protected: