X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Fsrc%2Fxapp-mgmt%2Fformat_helper.hpp;fp=Bouncer%2Fsrc%2Fxapp-mgmt%2Fformat_helper.hpp;h=0000000000000000000000000000000000000000;hb=fbc7e3ad84fc7269233a2f0b5d416cb1c6f8a6ea;hp=0c1bfbbaf2d052139fafdef44b3c2c56b529812a;hpb=eb27c05c05b5042d115480c40cffa16e7d473d80;p=ric-app%2Fbouncer.git diff --git a/Bouncer/src/xapp-mgmt/format_helper.hpp b/Bouncer/src/xapp-mgmt/format_helper.hpp deleted file mode 100644 index 0c1bfbb..0000000 --- a/Bouncer/src/xapp-mgmt/format_helper.hpp +++ /dev/null @@ -1,48 +0,0 @@ -/* -================================================================================== - - Copyright (c) 2018-2019 AT&T Intellectual Property. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -================================================================================== -*/ -/* - * a1_policy.hpp - * - * Created on: Mar, 2020 - * Author: Shraboni Jana - */ - -#ifndef SRC_XAPP_MGMT_A1MSG_A1_POLICY_HELPER_HPP_ -#define SRC_XAPP_MGMT_A1MSG_A1_POLICY_HELPER_HPP_ - -#include -#include -#include -#include - -using namespace rapidjson; - -//typedef struct a1_policy_helper a1_policy_helper; - -/*struct a1_policy_helper{ - - std::string operation; - std::string policy_type_id; - std::string policy_instance_id; - std::string handler_id; - std::string status; - -};*/ - -#endif /* SRC_XAPP_FORMATS_A1MSG_A1_POLICY_HELPER_HPP_ */