Changeset 62956 in vbox for trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
- Timestamp:
- Aug 4, 2016 7:49:34 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r62908 r62956 98 98 99 99 100 /** @ copydoc PDMISTREAM::pfnRead*/100 /** @interface_method_impl{PDMISTREAM,pfnRead} */ 101 101 static DECLCALLBACK(int) drvNamedPipeRead(PPDMISTREAM pInterface, void *pvBuf, size_t *pcbRead) 102 102 { … … 194 194 195 195 196 /** @ copydoc PDMISTREAM::pfnWrite*/196 /** @interface_method_impl{PDMISTREAM,pfnWrite} */ 197 197 static DECLCALLBACK(int) drvNamedPipeWrite(PPDMISTREAM pInterface, const void *pvBuf, size_t *pcbWrite) 198 198 {
Note:
See TracChangeset
for help on using the changeset viewer.