mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Feb 15th 2023 update
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "i_socket_is.h"
|
||||
#include "component.h"
|
||||
#include "i_agent_details.h"
|
||||
#include "i_shell_cmd.h"
|
||||
|
||||
class LoggingComp
|
||||
:
|
||||
@@ -35,7 +36,8 @@ class LoggingComp
|
||||
Singleton::Consume<I_TimeGet>,
|
||||
Singleton::Consume<I_Logging>,
|
||||
Singleton::Consume<I_Socket>,
|
||||
Singleton::Consume<I_AgentDetails>
|
||||
Singleton::Consume<I_AgentDetails>,
|
||||
Singleton::Consume<I_ShellCmd>
|
||||
{
|
||||
public:
|
||||
LoggingComp();
|
||||
|
@@ -79,7 +79,7 @@ public:
|
||||
}
|
||||
|
||||
std::string
|
||||
getPfofileId() const
|
||||
getProfileId() const
|
||||
{
|
||||
return profile_id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user