mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Aug_23_2023-Dev
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#include <memory>
|
||||
#include <iostream>
|
||||
|
||||
#include "debug.h"
|
||||
#include "time_print.h"
|
||||
#include "debug.h"
|
||||
#include "singleton.h"
|
||||
#include "context.h"
|
||||
#include "table/table_helpers.h"
|
||||
|
@@ -25,8 +25,13 @@ public:
|
||||
:
|
||||
tenant_id(_tenant_id),
|
||||
profile_id(_profile_id)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
TenantProfilePair(const std::pair<std::string, std::string> &tenant_profile_pair)
|
||||
:
|
||||
tenant_id(tenant_profile_pair.first),
|
||||
profile_id(tenant_profile_pair.second)
|
||||
{}
|
||||
|
||||
size_t
|
||||
hash() const
|
||||
|
Reference in New Issue
Block a user