- renamed Contact class's Title field to JobTitle for clarity
commita9dd92da9cc8f2489aa3b04860231fb9afc09990
authorcdfrey <cdfrey>
Fri, 20 Jul 2007 22:19:18 +0000 (20 22:19 +0000)
committercdfrey <cdfrey>
Fri, 20 Jul 2007 22:19:18 +0000 (20 22:19 +0000)
treeff3dbc886f620f0da1a9b03be6fc5a26114f672d
parente5852ab62214b4b4a2909976bd2ae4ad6f9103bd
- renamed Contact class's Title field to JobTitle for clarity
- added record function ParseFieldString(), which properly handles
strings from the device that have multiple null terminators,
and changed the record parsing code to use this new function
- moved FullName() function from ldif.cc to r_contact.cc since it
is generally useful in areas outside of LDIF processing
16 files changed:
examples/addcontact.cc
src/ldif.cc
src/ldif.h
src/r_calendar.cc
src/r_contact.cc
src/r_contact.h
src/r_folder.cc
src/r_memo.cc
src/r_message.cc
src/r_pin_message.cc
src/r_saved_message.cc
src/r_servicebook.cc
src/r_task.cc
src/record-internal.h
src/record.cc
src/s11n-boost.h