Changeset 14261 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Nov 17, 2008 5:24:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r14213 r14261 195 195 AssertPtrReturn(pProp, VERR_INVALID_POINTER); 196 196 int rc = getOldNotificationInternal(pszPatterns, u64Timestamp, pProp); 197 #ifdef DEBUG198 /* 197 #ifdef VBOX_STRICT 198 /* 199 199 * ENSURE that pProp is the first event in the notification queue that: 200 200 * - Appears later than u64Timestamp … … 216 216 Assert(pProp->Matches(pszPatterns)); 217 217 } 218 #endif 218 #endif /* VBOX_STRICT */ 219 219 return rc; 220 220 }
Note:
See TracChangeset
for help on using the changeset viewer.