mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-03 14:14: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
|
@ -24,13 +24,13 @@
|
|||
#include <cstdint>
|
||||
#include <map>
|
||||
|
||||
namespace dinbpostgres {
|
||||
namespace dindb {
|
||||
struct Settings;
|
||||
|
||||
using IDDescMap = std::map<uint32_t, std::string>;
|
||||
using ConfirmDeleCallback = std::function<bool(const IDDescMap&)>;
|
||||
|
||||
void delete_group_from_db ( const Settings& parDB, const std::vector<uint32_t>& parIDs, ConfirmDeleCallback parConf );
|
||||
} //namespace dinbpostgres
|
||||
} //namespace dindb
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue