lib: moved GUI's Pin class into the library
commit1eccfa732124a03d6987e44ab907264ff3a6f864
authorChris Frey <cdfrey@foursquare.net>
Fri, 27 Nov 2009 03:05:40 +0000 (26 22:05 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 27 Nov 2009 03:06:09 +0000 (26 22:06 -0500)
tree23c535c39cb4f8dde14d0c9bf0e7df4d93b815a0
parent369b64d13a4f27eb171c4de275f724b43694434e
lib: moved GUI's Pin class into the library

Also changed some of the pin number types to use the Pin class,
in places where the API is exposed (Probe, etc)
17 files changed:
examples/addcontact.cc
gui/src/ConfigFile.cc
gui/src/ConfigFile.h
gui/src/DeviceIface.h
gui/src/Makefile.am
gui/src/Thread.h
src/Makefile.am
src/controller.h
src/m_javaloader.cc
src/m_javaloader.h
src/pin.cc [moved from gui/src/Pin.cc with 90% similarity]
src/pin.h [moved from gui/src/Pin.h with 67% similarity]
src/probe.cc
src/probe.h
tools/bfuse.cc
tools/bidentify.cc
tools/btool.cc