Myung Bae | fb54610 | 2024-10-29 10:21:26 -0500 | [diff] [blame] | 1 | #pragma once |
Ed Tanous | a8a5bc1 | 2024-12-02 15:43:16 -0800 | [diff] [blame] | 2 | /**************************************************************** |
| 3 | * READ THIS WARNING FIRST |
| 4 | * This is an auto-generated header which contains definitions |
| 5 | * for Redfish DMTF defined messages. |
| 6 | * DO NOT modify this registry outside of running the |
| 7 | * parse_registries.py script. The definitions contained within |
| 8 | * this file are owned by DMTF. Any modifications to these files |
| 9 | * should be first pushed to the relevant registry in the DMTF |
| 10 | * github organization. |
| 11 | ***************************************************************/ |
Myung Bae | fb54610 | 2024-10-29 10:21:26 -0500 | [diff] [blame] | 12 | |
Ed Tanous | a8a5bc1 | 2024-12-02 15:43:16 -0800 | [diff] [blame] | 13 | #include "http_response.hpp" |
| 14 | |
| 15 | #include <boost/url/url_view_base.hpp> |
Myung Bae | fb54610 | 2024-10-29 10:21:26 -0500 | [diff] [blame] | 16 | #include <nlohmann/json.hpp> |
| 17 | |
Ed Tanous | a8a5bc1 | 2024-12-02 15:43:16 -0800 | [diff] [blame] | 18 | #include <source_location> |
Myung Bae | fb54610 | 2024-10-29 10:21:26 -0500 | [diff] [blame] | 19 | #include <string_view> |
| 20 | |
Ed Tanous | a8a5bc1 | 2024-12-02 15:43:16 -0800 | [diff] [blame] | 21 | // IWYU pragma: no_forward_declare crow::Response |
| 22 | |
| 23 | namespace redfish |
Myung Bae | fb54610 | 2024-10-29 10:21:26 -0500 | [diff] [blame] | 24 | { |
| 25 | |
Ed Tanous | a8a5bc1 | 2024-12-02 15:43:16 -0800 | [diff] [blame] | 26 | namespace messages |
Myung Bae | fb54610 | 2024-10-29 10:21:26 -0500 | [diff] [blame] | 27 | { |
Ed Tanous | a8a5bc1 | 2024-12-02 15:43:16 -0800 | [diff] [blame] | 28 | nlohmann::json redfishServiceFunctional(); |
| 29 | |
Myung Bae | fb54610 | 2024-10-29 10:21:26 -0500 | [diff] [blame] | 30 | } |
Ed Tanous | a8a5bc1 | 2024-12-02 15:43:16 -0800 | [diff] [blame] | 31 | } // namespace redfish |