Feb 15th 2023 update

This commit is contained in:
Ned Wright
2023-02-15 19:09:38 +00:00
parent f7934cd09d
commit 6a9b33ff93
159 changed files with 16474 additions and 2096 deletions

View File

@@ -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();

View File

@@ -79,7 +79,7 @@ public:
}
std::string
getPfofileId() const
getProfileId() const
{
return profile_id;
}