glooxd
0.3-svn
|
#include <domainhandler.h>
Public Member Functions | |
virtual | ~DomainHandler () |
virtual void | registerDomainHandler (const std::string &dom, DomainHandler *dh) |
virtual const std::string & | domain () const |
A base class for entities that handle Tags for a specific domain.
Definition at line 31 of file domainhandler.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 37 of file domainhandler.h.
|
inlinevirtual |
Returns the domain this DomainHandler can handle Tags for.
domain | The domain. |
Definition at line 55 of file domainhandler.h.
|
inlinevirtual |
Re-implement this function if you want to enable other DomainHandlers to register with this DomainHandler instance.
dom | The domain the DomainHandler will handle. |
dh | The pointer to the DomainHandler for the given domain. |
Definition at line 45 of file domainhandler.h.