mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-13 15:54:11 +00:00
Rename namespace dinbpostgres to dindb.
It's so much better!
This commit is contained in:
parent
45fc758915
commit
1fd51f75ba
20 changed files with 64 additions and 64 deletions
|
@ -35,7 +35,7 @@ namespace pq {
|
|||
class Connection;
|
||||
} //namespace pq
|
||||
|
||||
namespace dinbpostgres {
|
||||
namespace dindb {
|
||||
using dinhelp::MaxSizedArray;
|
||||
|
||||
struct Settings;
|
||||
|
@ -146,6 +146,6 @@ namespace dinbpostgres {
|
|||
this->query_files_in_dir(columns, parDir, parLevel, parSetID, std::bind(pback_func, &flat_list, std::placeholders::_1));
|
||||
return list;
|
||||
}
|
||||
} //namespace dinbpostgres
|
||||
} //namespace dindb
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue