replace int with size_t in stream methods
authorKamil Domanski <kdomanski@kdemail.net>
Fri, 15 Aug 2014 20:56:45 +0000 (22:56 +0200)
committerKamil Domanski <kdomanski@kdemail.net>
Mon, 18 Aug 2014 18:23:13 +0000 (20:23 +0200)
commit8695a39350cd9fd403c1bb1ca725535b591f82f9
tree361de2affb0ec4ce0acbb8f92e3bcc9e8ba2d961
parenta4f151f714d67da7850d94d44b824944d3f0d74d
replace int with size_t in stream methods

Thus the read(...) and write(...) methods of all stream classes now have identical parameter lists.
This will bring these classes one step closer to a common interface.
src/serialize.h
This page took 0.029017 seconds and 4 git commands to generate.