|
WvStreams
|

Public Member Functions | |
| virtual bool | authorize (WvDBusConn &c)=0 |
| Main action callback. | |
| virtual wvuid_t | get_uid ()=0 |
Definition at line 34 of file wvdbusconn.h.
|
inlinevirtual |
Definition at line 37 of file wvdbusconn.h.
|
pure virtual |
Main action callback.
Called whenever d seems to have data available. Return false if you're not yet authorized and need to be called again when data is available; return true if you're done.
If authorization fails, call seterr on d with an appropriate error message.
Implemented in WvDBusServerAuth, and WvDBusClientAuth.