- changes to PIN message patch:
commit4b15e4207c8b97482efd63ba3f462ab6fad1669b
authorcdfrey <cdfrey>
Wed, 6 Jun 2007 20:51:46 +0000 (6 20:51 +0000)
committercdfrey <cdfrey>
Wed, 6 Jun 2007 20:51:46 +0000 (6 20:51 +0000)
treeae680f6ed4188e484b54a07de448a58578cc530f
parent8fe98e5e60bd3a6f789e595fba25669e49765c57
- changes to PIN message patch:
- fixed missing backslash in src/Makefile.am
- fixed tab alignment throughout
- removed typedef from Address struct
- added clear() to Address... might as well, if it it is
going to be a standalone type
- fixed missing comma in PINMessageFieldLinks table
- changed MessageRecordId in PINMessage to load from a new
uint32_t field in CommonField, instead of piggy
backing on a field for other use
ChangeLog
src/Makefile.am
src/protostructs.h
src/r_message.cc
src/r_message.h
src/r_pin_message.cc
src/r_pin_message.h
src/record.h
src/s11n-boost.h
tools/btool.cc