mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 07:11:08 -04:00
Make NotifyClient class again
This commit is contained in:
parent
40c2a8e469
commit
75e882bb9f
1 changed files with 3 additions and 2 deletions
|
@ -181,7 +181,7 @@ class RsFeedItem
|
||||||
// This mechanism can be used in plugins, new services, etc.
|
// This mechanism can be used in plugins, new services, etc.
|
||||||
//
|
//
|
||||||
|
|
||||||
struct NotifyClient;
|
class NotifyClient;
|
||||||
|
|
||||||
class RsNotify
|
class RsNotify
|
||||||
{
|
{
|
||||||
|
@ -206,8 +206,9 @@ class RsNotify
|
||||||
virtual bool setDisableAskPassword (const bool /*bValue*/) { return false ; }
|
virtual bool setDisableAskPassword (const bool /*bValue*/) { return false ; }
|
||||||
};
|
};
|
||||||
|
|
||||||
struct NotifyClient
|
class NotifyClient
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
NotifyClient() {}
|
NotifyClient() {}
|
||||||
virtual ~NotifyClient() {}
|
virtual ~NotifyClient() {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue