25 #include "YMGANCWidgetFactory.h" 26 #include <yui/YUIException.h> 29 YNCWE::YNCWE(
const std::string& name ) : YExternalWidgets(name)
37 YExternalWidgetFactory* YNCWE::createExternalWidgetFactory()
40 YUI_CHECK_NEW( factory );
45 YExternalWidgets * createExternalWidgets(
const char* name)
47 std::string pluginName(name);
51 return YExternalWidgets::externalWidgets(pluginName);