Changeset 51689 in vbox for trunk/include
- Timestamp:
- Jun 23, 2014 1:41:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/Guid.h
r51688 r51689 396 396 * Internal helper class for asOutParam(). 397 397 * 398 * This takes a GUID ref rence in the constructor and copies the mUuid from398 * This takes a GUID reference in the constructor and copies the mUuid from 399 399 * the method to that instance in its destructor. 400 400 */ … … 416 416 ~GuidOutParam() 417 417 { 418 if (ptr && outer.is Empty())418 if (ptr && outer.isZero()) 419 419 { 420 420 outer = *ptr; 421 outer. refresh();421 outer.dbg_refresh(); 422 422 nsMemory::Free(ptr); 423 423 }
Note:
See TracChangeset
for help on using the changeset viewer.