- Timestamp:
- Aug 24, 2007 7:31:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/service.cpp
r4071 r4368 719 719 else 720 720 { 721 if (pStatusLed) 722 { 723 Assert(pStatusLed->u32Magic == PDMLED_MAGIC); 724 pStatusLed->Asserted.s.fReading = pStatusLed->Actual.s.fReading = 1; 725 } 726 721 727 /* Execute the function. */ 722 728 rc = vbsfDirList (pClient, root, Handle, pPath, flags, &length, pBuffer, &resumePoint, &cFiles); 729 730 if (pStatusLed) 731 pStatusLed->Actual.s.fReading = 0; 723 732 724 733 if (VBOX_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.