gilgil1973 / vdream90

vdream component version 9.0
Other
7 stars 5 forks source link

MetaClass owner paramter #1

Closed gilgil1973 closed 10 years ago

gilgil1973 commented 10 years ago

In the following functions, owner must be insert as paramter.

VMetaClassMgr::createByClassName(char* className, void* owner) IVMetaClass::createInstance(void* owner) = 0; VMetaClass##ClassName::createInstance(void* owner)

gilgil1973 commented 10 years ago

It's too diffclut to add owner parameter in MetaClass.