Cleanups.

This commit is contained in:
JoelKatz
2012-05-22 07:56:38 -07:00
parent 441a27dffd
commit 56a780e5c3
3 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ public:
SHAMap::pointer getMap() { return mMap; }
bool takeNode(const std::list<SHAMapNode>& IDs, const std::list<std::vector<unsigned char> >& data,
bool takeNode(const std::list<SHAMapNode>& IDs, const std::list< std::vector<unsigned char> >& data,
Peer::pointer);
};