#include <Y2CCWFM.h>
Inheritance diagram for Y2CCWFM:
Public Member Functions | |
Y2CCWFM () | |
Y2Component * | create (const char *name) const |
bool | isServerCreator () const |
Y2Component * | provideNamespace (const char *) |
Static Private Attributes | |
Y2Component * | m_wfm = 0 |
|
Creates a wfm component creator. |
|
Creates a new wfm component. Reimplemented from Y2ComponentCreator. |
|
returns false: WFM is a client component. Implements Y2ComponentCreator. |
|
WFM does not provide the namespaces itself, Y2CCScript does that. Reimplemented from Y2ComponentCreator. |
|
Allow only one instance of wfm. This used to be the job of Y2ScriptComponent (the code is still there) but now the Perl bindings go around it. |