Mercurial > hg > bitcoin
comparison src/keystore.h @ 876:b5abe85df1e7 draft
Start moving protocol-specific code to protocol.[ch]pp
Move CMessageHeader from net.h to protocol.[ch]pp, with the
implementation in the .cpp compilation unit (compiling once is enough).
This commit does *not* and should not modify *any* code, it only moves
it from net.h and splits it across protocol.cpp and protocol.hpp.
Indentation changes aside the closest thing to a modification of code is
the addition of the 'TODO' comment (the execution of which requires code
modifications and thus doesn't belong in this commit).
Signed-off-by: Giel van Schijndel <me@mortis.eu>
author | Giel van Schijndel <me@mortis.eu> |
---|---|
date | Thu, 11 Aug 2011 18:14:53 +0200 |
parents | 228f8c2d9b70 |
children | 51e9fb5de117 eea709595ed2 |
comparison
equal
deleted
inserted
replaced
875:0647ca762f47 | 876:b5abe85df1e7 |
---|