glooxd  0.3-svn
Public Member Functions | List of all members
DomainHandler Class Reference

#include <domainhandler.h>

Public Member Functions

virtual ~DomainHandler ()
virtual void registerDomainHandler (const std::string &dom, DomainHandler *dh)
virtual const std::string & domain () const

Detailed Description

A base class for entities that handle Tags for a specific domain.

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net

Definition at line 31 of file domainhandler.h.

Constructor & Destructor Documentation

virtual ~DomainHandler ( )
inlinevirtual

Virtual destructor.

Definition at line 37 of file domainhandler.h.

Member Function Documentation

virtual const std::string& domain ( ) const
inlinevirtual

Returns the domain this DomainHandler can handle Tags for.

Parameters
domainThe domain.

Definition at line 55 of file domainhandler.h.

virtual void registerDomainHandler ( const std::string &  dom,
DomainHandler dh 
)
inlinevirtual

Re-implement this function if you want to enable other DomainHandlers to register with this DomainHandler instance.

Parameters
domThe domain the DomainHandler will handle.
dhThe pointer to the DomainHandler for the given domain.

Definition at line 45 of file domainhandler.h.


The documentation for this class was generated from the following file: