![]() |
|
|
Generated: 18 Jul 2008 |
#include <SvcFactory.h>
Definition at line 13 of file SvcFactory.h.
Static Public Member Functions | |
| static IService * | create (const std::string &name, ISvcLocator *svcloc) |
| static IService* SvcFactory< T >::create | ( | const std::string & | name, | |
| ISvcLocator * | svcloc | |||
| ) | [inline, static] |
Definition at line 14 of file SvcFactory.h.
References name.
00014 : static IService* create(const std::string& name, ISvcLocator *svcloc) { 00015 return new T(name, svcloc ); 00016 }