Changeset 62872 in vbox for trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp
- Timestamp:
- Aug 2, 2016 1:45:23 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109470
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp
r60287 r62872 99 99 DECLHIDDEN(void) utsProtocolReqN2H(PUTSPKTHDR pPktHdr) 100 100 { 101 101 RT_NOREF1(pPktHdr); 102 102 } 103 103 … … 105 105 DECLHIDDEN(void) utsProtocolRepH2N(PUTSPKTSTS pPktHdr) 106 106 { 107 107 RT_NOREF1(pPktHdr); 108 108 } 109 109 … … 111 111 DECLHIDDEN(void) utsProtocolRepN2H(PUTSPKTSTS pPktHdr) 112 112 { 113 113 RT_NOREF1(pPktHdr); 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.