bug 491: It is painful to enable all checksums

This commit is contained in:
Mathieu Lacage
2009-06-19 09:13:29 +02:00
parent c79635f21e
commit e8a4113e96
10 changed files with 30 additions and 34 deletions

View File

@@ -172,6 +172,12 @@ public:
*/
void UnregisterProtocolHandler (ProtocolHandler handler);
/**
* \returns true if checksums are enabled, false otherwise.
*/
static bool ChecksumEnabled (void);
protected:
/**