|
|
|
|
@ -757,9 +757,7 @@ struct LifetimePolicy<Client, Wrapper,std::false_type, std::true_type>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
static void destroyClass(Unit* unit) {
|
|
|
|
|
std::cout << "Regsitry size :" << mClientRegistry.size() << '\n';
|
|
|
|
|
static_cast<Wrapper*>(unit)->~Wrapper();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void setup(InterfaceTable* ft, const char* name)
|
|
|
|
|
|