summaryrefslogtreecommitdiff
path: root/redfish-core/include/resource_messages.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/resource_messages.hpp')
-rw-r--r--redfish-core/include/resource_messages.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/redfish-core/include/resource_messages.hpp b/redfish-core/include/resource_messages.hpp
index 17157fe250..95ace94f78 100644
--- a/redfish-core/include/resource_messages.hpp
+++ b/redfish-core/include/resource_messages.hpp
@@ -5,7 +5,7 @@ namespace redfish
namespace messages
{
-inline nlohmann::json resourceChanged(void)
+inline nlohmann::json resourceChanged()
{
return nlohmann::json{
{"EventType", "ResourceChanged"},
@@ -16,7 +16,7 @@ inline nlohmann::json resourceChanged(void)
{"MessageSeverity", "OK"}};
}
-inline nlohmann::json resourceCreated(void)
+inline nlohmann::json resourceCreated()
{
return nlohmann::json{
{"EventType", "ResourceAdded"},
@@ -27,7 +27,7 @@ inline nlohmann::json resourceCreated(void)
{"MessageSeverity", "OK"}};
}
-inline nlohmann::json resourceRemoved(void)
+inline nlohmann::json resourceRemoved()
{
return nlohmann::json{
{"EventType", "ResourceRemoved"},