]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/busyinfo.h
Warning fix for wxOS2 night build.
[wxWidgets.git] / include / wx / busyinfo.h
index b5a94ba6dea3eaf77b22cb948d4c3327b55af312..7840be70d765b1104adc8d8e9e5c26217e21345a 100644 (file)
@@ -1,54 +1,21 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        busyinfo.h
+// Name:        wx/busyinfo.h
 // Purpose:     Information window (when app is busy)
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
 // RCS-ID:      $Id$
 // Purpose:     Information window (when app is busy)
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
 // RCS-ID:      $Id$
-// Licence:     wxWindows Licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __INFOWIN_H__
-#define __INFOWIN_H__
+#ifndef __BUSYINFO_H_BASE__
+#define __BUSYINFO_H_BASE__
 
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "busyinfo.h"
-#endif
-
-#include "wx/wxprec.h"
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
-
-#include "wx/frame.h"
+#include "wx/defs.h"
 
 #if wxUSE_BUSYINFO
 
 
 #if wxUSE_BUSYINFO
 
-class WXDLLEXPORT wxInfoFrame : public wxFrame
-{
-public:
-    wxInfoFrame(wxWindow *parent, const wxString& message);
-};
-
-
-//--------------------------------------------------------------------------------
-// wxBusyInfo
-//                  Displays progress information
-//                  Can be used in exactly same way as wxBusyCursor
-//--------------------------------------------------------------------------------
-
-class WXDLLEXPORT wxBusyInfo : public wxObject
-{
-public:
-    wxBusyInfo(const wxString& message, wxWindow *parent = NULL);
-
-    virtual ~wxBusyInfo();
-
-private:
-    wxInfoFrame *m_InfoFrame;
-};
-
+#include "wx/generic/busyinfo.h"
 
 
-#endif
+#endif // wxUSE_BUSYINFO
 
 
-#endif
+#endif // __BUSYINFO_H_BASE__