1 #ifndef __PBIO_API__PBIO__COMPLEX_OBJECT_H_
2 #define __PBIO_API__PBIO__COMPLEX_OBJECT_H_
17 typedef LightSmartPtr<import::DllHandle>::tPtr DHPtr;
20 const DHPtr &dll_handle,
23 _dll_handle(dll_handle),
32 _dll_handle->apiObject_destructor(_impl);
35 const DHPtr _dll_handle;
37 int32_t refcounter4light_shared_ptr;
49 #endif // __PBIO_API__PBIO__COMPLEX_OBJECT_H_