27 #include "YMGAGWidgetFactory.h" 28 #include <YUIException.h> 31 YGWE::YGWE(
const std::string& name ) : YExternalWidgets(name)
39 YExternalWidgetFactory* YGWE::createExternalWidgetFactory()
42 YUI_CHECK_NEW( factory );
47 YExternalWidgets * createExternalWidgets(
const char *name)
49 std::string pluginName(name);
53 return YExternalWidgets::externalWidgets(pluginName);