lib: added Connector base class and DesktopConnector class
commit24e132cf514c9a76c7150845599c1bae7939ef14
authorChris Frey <cdfrey@foursquare.net>
Tue, 8 Feb 2011 23:42:16 +0000 (8 18:42 -0500)
committerChris Frey <cdfrey@foursquare.net>
Wed, 9 Feb 2011 00:04:53 +0000 (8 19:04 -0500)
tree0119cc815249b816055f6c463d7a2771a27dca77
parentd40a9ed04631d122409a3d2f8a4c3884ae834a35
lib: added Connector base class and DesktopConnector class

These classes manage connecting and reconnecting to a device.
Too much technical knowledge was required in the application
in order to successfully connect and reconnect on all devices,
such as in the plugins when refreshing the dirty flags.
Pauses and rescans were needed in some cases.  This knowledge
belongs in the library, not the application.
ChangeLog
src/Makefile.am
src/barry.h
src/connector.cc [new file with mode: 0644]
src/connector.h [new file with mode: 0644]