Changeset 63567 in vbox for trunk/src/VBox/Storage/VCICache.cpp
- Timestamp:
- Aug 16, 2016 2:06:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VCICache.cpp
r62873 r63567 771 771 } 772 772 else 773 rc = VERR_INTERNAL_ERROR; /* @todo Better error code. */773 rc = VERR_INTERNAL_ERROR; /** @todo Better error code. */ 774 774 775 775 LogFlowFunc(("returns rc=%Rrc\n", rc)); … … 1709 1709 } 1710 1710 1711 *pcbWriteProcess = cbToWrite; /** @todo :Implement. */1711 *pcbWriteProcess = cbToWrite; /** @todo Implement. */ 1712 1712 1713 1713 LogFlowFunc(("returns %Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.