OSDN Git Service

Refactor API classes to support both, WinUsb and Legacy API
authorvchtchetkine <vchtchetkine@google.com>
Fri, 24 Jul 2009 18:30:41 +0000 (11:30 -0700)
committervchtchetkine <vchtchetkine@google.com>
Sat, 25 Jul 2009 18:14:04 +0000 (11:14 -0700)
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.


No differences found