History log of /development/host/windows/usb/api/adb_api_legacy.h
Revision Date Author Comments
8267511c96e3226e45a0be773ee442b66261824d 24-Jul-2009 vchtchetkine <vchtchetkine@google.com> Refactor API classes to support both, WinUsb and Legacy API

To support both, WinUsb and Legacy driver APIs we need to abstract classes
that depend on driver API details and then implement two sets of the
actual classes: one for WinUsb, and another for the Legacy drivers, so
we can choose in runtime which objects should be instantiated, depending
on what type of driver we have underneath this API.