mirror of https://github.com/BOINC/boinc.git
parent
9eab3343f3
commit
448347a886
|
@ -45,8 +45,8 @@ public:
|
||||||
// Accessors
|
// Accessors
|
||||||
bool IsOK() const { return true; }
|
bool IsOK() const { return true; }
|
||||||
bool IsIconInstalled() const;
|
bool IsIconInstalled() const;
|
||||||
wxInt32 GetTaskbarID const { return m_iTaskbarID; }
|
wxInt32 GetTaskbarID() const { return m_iTaskbarID; }
|
||||||
wxInt32 GetNotificationID const { return m_iNotificationID; }
|
wxInt32 GetNotificationID() const { return m_iNotificationID; }
|
||||||
|
|
||||||
// Operations
|
// Operations
|
||||||
virtual bool SetIcon(
|
virtual bool SetIcon(
|
||||||
|
|
Loading…
Reference in New Issue