Changeset 57974 in vbox for trunk/src/VBox/Runtime/common/checksum/manifest2.cpp
- Timestamp:
- Sep 30, 2015 6:27:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/manifest2.cpp
r57926 r57974 309 309 310 310 /** 311 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation .}311 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation} 312 312 */ 313 313 static DECLCALLBACK(int) rtManifestAttributeClearVisited(PRTSTRSPACECORE pStr, void *pvUser) … … 321 321 322 322 /** 323 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation .}323 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation} 324 324 */ 325 325 static DECLCALLBACK(int) rtManifestEntryClearVisited(PRTSTRSPACECORE pStr, void *pvUser) … … 334 334 335 335 /** 336 * @callback_method_impl{FNRTSTRSPACECALLBACK, Finds the first missing .}336 * @callback_method_impl{FNRTSTRSPACECALLBACK, Finds the first missing} 337 337 */ 338 338 static DECLCALLBACK(int) rtManifestAttributeFindMissing2(PRTSTRSPACECORE pStr, void *pvUser) … … 375 375 376 376 /** 377 * @callback_method_impl{FNRTSTRSPACECALLBACK, Finds the first missing .}377 * @callback_method_impl{FNRTSTRSPACECALLBACK, Finds the first missing} 378 378 */ 379 379 static DECLCALLBACK(int) rtManifestEntryFindMissing2(PRTSTRSPACECORE pStr, void *pvUser) … … 411 411 412 412 /** 413 * @callback_method_impl{FNRTSTRSPACECALLBACK, Compares attributes .}413 * @callback_method_impl{FNRTSTRSPACECALLBACK, Compares attributes} 414 414 */ 415 415 static DECLCALLBACK(int) rtManifestAttributeCompare(PRTSTRSPACECORE pStr, void *pvUser) … … 489 489 490 490 /** 491 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation .}491 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation} 492 492 */ 493 493 DECLINLINE (int) rtManifestEntryCompare2(PRTMANIFESTEQUALS pEquals, PRTMANIFESTENTRY pEntry1, PRTMANIFESTENTRY pEntry2) … … 518 518 519 519 /** 520 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation .}520 * @callback_method_impl{FNRTSTRSPACECALLBACK, Prepare equals operation} 521 521 */ 522 522 static DECLCALLBACK(int) rtManifestEntryCompare(PRTSTRSPACECORE pStr, void *pvUser)
Note:
See TracChangeset
for help on using the changeset viewer.