Changeset 76592 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127895
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostUSBDeviceImpl.h
r76562 r76592 25 25 #include "USBDeviceFilterImpl.h" 26 26 #include <VBox/usb.h> 27 #include "Logging.h"28 27 #include "HostUSBDeviceWrap.h" 29 28 -
trunk/src/VBox/Main/include/LoggingNew.h
r76562 r76592 37 37 #include <VBox/log.h> 38 38 39 40 #ifndef VBOXSVC_LOG_DEFAULT 41 # define VBOXSVC_LOG_DEFAULT "all" 42 #endif 43 44 #ifndef VBOXSDS_LOG_DEFAULT 45 # define VBOXSDS_LOG_DEFAULT "all" 46 #endif 47 39 48 #endif /* !MAIN_INCLUDED_LoggingNew_h */ 40 49 /* vi: set tabstop=4 shiftwidth=4 expandtab: */
Note:
See TracChangeset
for help on using the changeset viewer.