Changed Parser base class to pure abstract
commit491964c7af540546e7fb91ebd98dbdf780210ded
authorChris Frey <cdfrey@foursquare.net>
Fri, 21 Nov 2008 03:53:38 +0000 (20 22:53 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 21 Nov 2008 03:53:38 +0000 (20 22:53 -0500)
treeb517497cd452132590dd840e2b78824ffbc6c52e
parent6da41ec99623f2c5993d7441bf7593885b59e5d2
Changed Parser base class to pure abstract

This is so that future API changes to the Parse base class will be
detected by the compiler as errors.

Added NullParser class, which performs the old Parser function.
ChangeLog
gui/src/DeviceIface.cc
gui/src/DeviceIface.h
src/parser.h
tools/bfuse.cc
tools/brecsum.cc
tools/btool.cc