lib: added skeleton FieldHandle<> creators, and compile test
commitb1d7e35ceceb5077232aea6d4488bcfca2a2f5aa
authorChris Frey <cdfrey@foursquare.net>
Sat, 14 Jan 2012 06:28:47 +0000 (14 01:28 -0500)
committerChris Frey <cdfrey@foursquare.net>
Sat, 14 Jan 2012 06:28:47 +0000 (14 01:28 -0500)
treee13f95b85650a5a560e816e224a2d548bd5c518e
parentb4c9540c7e0c20476615f23e349f4de9d53118fa
lib: added skeleton FieldHandle<> creators, and compile test

Added test/fhbuild.cc to test the compile of all the records and
all the callbacks, to make sure they are complete, not missing a virtual
function, and not missing a template call test.
30 files changed:
.gitignore
src/r_bookmark.cc
src/r_bookmark.h
src/r_calendar.cc
src/r_calendar.h
src/r_calllog.cc
src/r_calllog.h
src/r_contact.h
src/r_cstore.cc
src/r_cstore.h
src/r_folder.cc
src/r_folder.h
src/r_hhagent.cc
src/r_hhagent.h
src/r_memo.cc
src/r_memo.h
src/r_message.h
src/r_message_base.cc
src/r_pin_message.h
src/r_saved_message.h
src/r_servicebook.cc
src/r_servicebook.h
src/r_sms.cc
src/r_sms.h
src/r_task.cc
src/r_task.h
src/r_timezone.cc
src/r_timezone.h
test/Makefile.am
test/fhbuild.cc [new file with mode: 0644]