comparison qt/d1/qt/QtdObject.d @ 259:515d6e1c7b10 lifetime

another iteration
author maxter
date Thu, 17 Sep 2009 16:28:41 +0000
parents 1da8870e9a62
children b5773ccab07d
comparison
equal deleted inserted replaced
258:1da8870e9a62 259:515d6e1c7b10
271 271
272 ~this() 272 ~this()
273 { 273 {
274 debug(QtdVerbose) __print("In QtdObject destructor"); 274 debug(QtdVerbose) __print("In QtdObject destructor");
275 275
276 if (__prev || __root is this) 276 if (__prev || __root is this)d
277 __unpin; 277 __unpin;
278 } 278 }
279 } 279 }
280 280
281 /++ 281 /++