mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 02:27:52 +00:00 
			
		
		
		
	Refactor Project Layout.
This commit is contained in:
		
							
								
								
									
										21
									
								
								src/RESTAPI/RESTAPI_db_helpers.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								src/RESTAPI/RESTAPI_db_helpers.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| // | ||||
| // Created by stephane bourque on 2021-10-18. | ||||
| // | ||||
|  | ||||
| #ifndef OWPROV_RESTAPI_DB_HELPERS_H | ||||
| #define OWPROV_RESTAPI_DB_HELPERS_H | ||||
|  | ||||
| #include "RESTAPI_ProvObjects.h" | ||||
|  | ||||
| namespace OpenWifi { | ||||
|  | ||||
|     bool AddInventoryExtendedInfo(const ProvObjects::InventoryTag &T, Poco::JSON::Object &O); | ||||
|     bool AddLocationExtendedInfo(const ProvObjects::Location & T, Poco::JSON::Object &O); | ||||
|     bool AddContactExtendedInfo(const ProvObjects::Contact &T, Poco::JSON::Object &O); | ||||
|     bool AddEntityExtendedInfo(const ProvObjects::Entity &T, Poco::JSON::Object &O); | ||||
|     bool AddVenueExtendedInfo(const ProvObjects::Venue &T, Poco::JSON::Object &O); | ||||
|     bool AddManagementPolicyExtendedInfo(const ProvObjects::ManagementPolicy &T, Poco::JSON::Object &O); | ||||
|     bool AddManagementRoleExtendedInfo(const ProvObjects::ManagementRole &T, Poco::JSON::Object &O); | ||||
| } | ||||
|  | ||||
| #endif //OWPROV_RESTAPI_DB_HELPERS_H | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959