Mercurial > dedupe
view ValueExistsException.hpp @ 16:06166d6c083b
Add configuration processing.
Cache DB values
Add a custom RBTree to save space.
Track multiple DB connections properly.
More testing.
Add ValueExistsException.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 28 Aug 2012 18:58:02 +0200 |
| parents | |
| children |
line wrap: on
line source
#ifndef VALUEEXISTSEXCEPTION_HPP #define VALUEEXISTSEXCEPTION_HPP #include "Exception.hpp" class ValueExistsException : public Exception { }; #endif //VALUEEXISTSEXCEPTION_HPP
