Changeset 38736 in vbox for trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp
- Timestamp:
- Sep 13, 2011 1:58:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp
r37811 r38736 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_USBPROXY 23 #ifdef DEBUG_ramshankar 24 # define LOG_INSTANCE RTLogRelDefaultInstance() 25 #endif 23 26 #include <sys/poll.h> 24 27 #include <errno.h> … … 44 47 #define USBPROXY "USBProxy" 45 48 46 #if defined(DEBUG_ramshankar)47 #undef Log48 #define Log LogRel49 #undef LogFlow50 #define LogFlow LogRel51 #undef LogFlowFunc52 #define LogFlowFunc LogRel53 #endif54 49 55 50 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.