| 395 | /* ----------------------------------------------------------------------- */ |
| 396 | /* ----------------------------------------------------------------------- */ |
| 397 | template <typename T> IntrusivePtr<T>::IntrusivePtr() {} |
| 398 | |
| 399 | template <typename T> IntrusivePtr<T>::IntrusivePtr(T *obj) |
| 400 | { |