![]() |
|
|
Generated: 18 Jul 2008 |
Definition at line 31 of file XMLFileCatalog.cpp.
Static Public Member Functions | |
| static IInterface * | create (const string &name, IMessageSvc *msg) |
| static IInterface* FCFactory< T >::create | ( | const string & | name, | |
| IMessageSvc * | msg | |||
| ) | [inline, static] |
Definition at line 32 of file XMLFileCatalog.cpp.
00032 : static IInterface* create(const string& name, IMessageSvc *msg) { 00033 return new T(name, msg); 00034 }