Replaced the boost::Scoped_array by std::vector as the underlying message payload...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Thu, 29 Mar 2012 03:22:49 +0000 (00:22 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Thu, 29 Mar 2012 03:22:49 +0000 (00:22 -0300)
commit2ed854ab91e6a48481220416ad82a5d0e0121db9
treebbe888e5653c3d4abcc20f5572b3ac3e6300ac93
parent0aa3b99f422bd58018d8060e0cfa8ec9127b81d4
Replaced the boost::Scoped_array by std::vector as the underlying message payload byte sequence.
- This change simplifies many operations.
src/host/messagepayload.cpp
src/host/messagepayload.h