|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CLocationHandlerFactory: public CInterface { public: CLocationHandlerFactory(); virtual ~CLocationHandlerFactory(); public: virtual XLocationHandler CreateLocationHandler() = 0; };
The abstract interface to location handler factories.
Location handler factories are used for generation of empty location handlers.
At least one derived class must be supplied to provide
implementation of this interface. The default implementation is
provided via the
CBasicLocationHandlerFactory
class.
CLocationHandler
Constructor/Destructor Summary | |
CLocationHandlerFactory
();
����������Constructs the location handler factory. |
|
~CLocationHandlerFactory
();
����������Destroys the location handler factory. |
Function Summary | |
XLocationHandler
|
CreateLocationHandler
();
����������Creates the empty location handler. |
Constructor/Destructor Detail |
CLocationHandlerFactory();
Constructs the location handler factory.
virtual ~CLocationHandlerFactory();
Destroys the location handler factory.
Function Detail |
virtual XLocationHandler CreateLocationHandler() = 0;
Creates the empty location handler.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |