11.10.1 Register

template <class ImplClass> bool Register(const ClassIdType& classid)

Registers the class ImplClass with the OEFactory under the given classid. ImplClass must be a constructable subclass of BaseClass. The fuction will return false, and the ImplClass will not be registered, if the supplied classid is already in use and true otherwise.