17 typedef void *WvMonikerCreateFunc(WvStringParm parms,
IObject *obj);
35 WvMonikerCreateFunc *func,
const bool override =
false);
64 typedef T *CreateFunc(WvStringParm parms,
IObject *obj);
66 WvMoniker(WvStringParm _id, CreateFunc *_func,
const bool override =
false)
74 for(
IObject *silly = (T *)NULL; silly; )
89 void *wvcreate(
const UUID &iid, WvStringParm s,
IObject *obj);
104 inline T *wvcreate(WvStringParm s,
IObject *obj = 0)
110 #endif // __WVMONIKER_H