1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-17 16:34:10 +00:00

Rename namespace dinbpostgres to dindb.

It's so much better!
This commit is contained in:
King_DuckZ 2016-05-24 09:42:29 +02:00
parent 45fc758915
commit 1fd51f75ba
20 changed files with 64 additions and 64 deletions

View file

@ -27,7 +27,7 @@ namespace mchlib {
struct TigerHash;
} //namespace mchlib
namespace dinbpostgres {
namespace dindb {
struct Settings;
struct LocatedItem {
@ -49,6 +49,6 @@ namespace dinbpostgres {
std::vector<LocatedItem> locate_in_db ( const Settings& parDB, const mchlib::TigerHash& parSearch, const TagList& parTags );
std::vector<LocatedSet> locate_sets_in_db ( const Settings& parDB, const std::string& parSearch, bool parCaseInsensitive );
std::vector<LocatedSet> locate_sets_in_db ( const Settings& parDB, const std::string& parSearch, const std::vector<uint32_t>& parSets, bool parCaseInsensitive );
} //namespace dinbpostgres
} //namespace dindb
#endif