Changeset 26177 in vbox for trunk/include/VBox/com
- Timestamp:
- Feb 2, 2010 10:29:01 PM (15 years ago)
- Location:
- trunk/include/VBox/com
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/Guid.h
r25346 r26177 178 178 } 179 179 180 /* to directly pass instances to RTPrintf("% Vuuid") */180 /* to directly pass instances to RTPrintf("%RTuuid") */ 181 181 PRTUUID ptr() 182 182 { -
trunk/include/VBox/com/array.h
r25346 r26177 1495 1495 AssertComRCReturnVoid (rc); 1496 1496 AssertMsgReturnVoid (InlineIsEqualGUID (_ATL_IIDOF (I), guid), 1497 ("Expected IID {% Vuuid}, got {%Vuuid}.\n",1497 ("Expected IID {%RTuuid}, got {%RTuuid}.\n", 1498 1498 &_ATL_IIDOF (I), &guid)); 1499 1499
Note:
See TracChangeset
for help on using the changeset viewer.