lib: made record.h's EmailList a unique class and type of its own
commit63b595a461fbe1c228cfc5c2a43c4414d7f83db5
authorChris Frey <cdfrey@foursquare.net>
Wed, 25 Jan 2012 02:20:53 +0000 (24 21:20 -0500)
committerChris Frey <cdfrey@foursquare.net>
Wed, 25 Jan 2012 02:20:53 +0000 (24 21:20 -0500)
treec46ecf96a856b65adc543b966d2c35e561d3b215
parent156389f50ffb4b5f4551c3eefaa5397c9389078a
lib: made record.h's EmailList a unique class and type of its own

This is to prevent Barry's code getting mixed up with application code
that uses std::vector<std::string>.
src/r_sms.cc
src/r_sms.h
src/record.cc
src/record.h
src/s11n-boost.h
test/fhbuild.cc
tools/btarcmp.cc