Made UnknownField's data member into its own type.
commit370f3ee133b11e45699ea7ff6c053e814f9c76fa
authorChris Frey <cdfrey@foursquare.net>
Fri, 2 May 2008 00:06:56 +0000 (1 20:06 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 2 May 2008 00:06:56 +0000 (1 20:06 -0400)
tree80615ea588cd79ac26f465267846c2f3c1f15e48
parenta6c5f8f6d39e00c7cc517611c1860bf482db789a
Made UnknownField's data member into its own type.

This is so that when building records, unknown data
doesn't get processed like a null terminated string.
Also added more BuildField() helper functions for accuracy
and ease of use.
ChangeLog
src/r_calendar.cc
src/r_contact.cc
src/record-internal.h
src/record.cc
src/record.h
src/s11n-boost.h