|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
#include <SvcFactory.h>
Static Public Member Functions | |
| static IService * | create (const std::string &name, ISvcLocator *svcloc) |
Definition at line 14 of file SvcFactory.h.
| static IService* SvcFactory< T >::create | ( | const std::string & | name, |
| ISvcLocator * | svcloc | ||
| ) | [inline, static] |
Definition at line 16 of file SvcFactory.h.
{
return new T(name, svcloc );
}