![]() |
LeechCraft Azoth
0.6.70-15082-g543737046d
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. More... | |
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 39 of file isupportmood.h.
|
inlinevirtual |
Definition at line 42 of file isupportmood.h.
|
pure virtual |
Publishes the current user mood.
[in] | mood | The mood description. |