![]() |
LeechCraft Azoth 0.6.70-16373-g319c272718
Modular multiprotocol IM plugin for LeechCraft
|
Interface for accounts supporting user mood. More...
#include "isupportmood.h"
Public Member Functions | |
virtual | ~ISupportMood () |
virtual void | SetMood (const MoodInfo &mood)=0 |
Publishes the current user mood. | |
Interface for accounts supporting user mood.
This interface can be implemented by account objects to advertise the support for publishing current user mood.
Definition at line 27 of file isupportmood.h.
|
inlinevirtual |
Definition at line 30 of file isupportmood.h.
|
pure virtual |
Publishes the current user mood.
[in] | mood | The mood description. |