Changeset 63566 in vbox for trunk/src/VBox/Additions/common/testcase
- Timestamp:
- Aug 16, 2016 2:05:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110221
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/testcase/tstPageFusion.cpp
r62679 r63566 208 208 do 209 209 { 210 /** todo when changing this make sure VBoxService.exe is excluded! */210 /** @todo when changing this make sure VBoxService.exe is excluded! */ 211 211 char *pszDot = strrchr(ModuleInfo.szModule, '.'); 212 212 if ( pszDot … … 315 315 void VBoxServicePageSharingInspectGuest() 316 316 { 317 /* @todo other platforms */317 /** @todo other platforms */ 318 318 } 319 319 #endif … … 332 332 #endif 333 333 334 /* @todo report system name and version */334 /** @todo report system name and version */ 335 335 /* Never fail here. */ 336 336 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.