mirror of https://github.com/BOINC/boinc.git
parent
4c25ac945d
commit
79723cb96a
|
@ -46,7 +46,7 @@ public:
|
|||
|
||||
// Accessors
|
||||
bool IsOK() const { return true; }
|
||||
bool IsIconInstalled() const { return m_statusIcon; }
|
||||
bool IsIconInstalled() const { return m_pStatusIcon; }
|
||||
|
||||
// Operations
|
||||
virtual bool SetIcon(
|
||||
|
@ -73,7 +73,7 @@ public:
|
|||
bool PopupMenu(wxMenu *menu);
|
||||
|
||||
// Implementation
|
||||
static bool IsBalloonsSupported() const { return true; };
|
||||
bool IsBalloonsSupported() const { return true; };
|
||||
|
||||
// Data members
|
||||
protected:
|
||||
|
|
|
@ -79,7 +79,7 @@ public:
|
|||
|
||||
// Implementation
|
||||
WXHWND CreateTaskBarWindow( wxChar* szWindowTitle );
|
||||
static bool IsBalloonsSupported();
|
||||
bool IsBalloonsSupported();
|
||||
long WindowProc( WXHWND hWnd, unsigned int msg, unsigned int wParam, long lParam );
|
||||
|
||||
// Data members
|
||||
|
|
Loading…
Reference in New Issue