Commit 408bbc1c authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Update namespace for api_server/api

parent a6c4ada9
...@@ -15,13 +15,10 @@ ...@@ -15,13 +15,10 @@
#include "Helpers.h" #include "Helpers.h"
#include "logger.hpp" #include "logger.hpp"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AMF3GPPAccessRegistrationDocumentApi::AMF3GPPAccessRegistrationDocumentApi( AMF3GPPAccessRegistrationDocumentApi::AMF3GPPAccessRegistrationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -168,7 +165,4 @@ void AMF3GPPAccessRegistrationDocumentApi:: ...@@ -168,7 +165,4 @@ void AMF3GPPAccessRegistrationDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -32,12 +32,9 @@ ...@@ -32,12 +32,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AMF3GPPAccessRegistrationDocumentApi { class AMF3GPPAccessRegistrationDocumentApi {
public: public:
...@@ -92,9 +89,9 @@ private: ...@@ -92,9 +89,9 @@ private:
}; };
} }
}
}
}
#endif /* AMF3GPPAccessRegistrationDocumentApi_H_ */ #endif /* AMF3GPPAccessRegistrationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "AMFNon3GPPAccessRegistrationDocumentApi.h" #include "AMFNon3GPPAccessRegistrationDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AMFNon3GPPAccessRegistrationDocumentApi:: AMFNon3GPPAccessRegistrationDocumentApi::
AMFNon3GPPAccessRegistrationDocumentApi( AMFNon3GPPAccessRegistrationDocumentApi(
...@@ -170,7 +167,4 @@ void AMFNon3GPPAccessRegistrationDocumentApi:: ...@@ -170,7 +167,4 @@ void AMFNon3GPPAccessRegistrationDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -33,12 +33,9 @@ ...@@ -33,12 +33,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AMFNon3GPPAccessRegistrationDocumentApi { class AMFNon3GPPAccessRegistrationDocumentApi {
public: public:
...@@ -93,9 +90,9 @@ private: ...@@ -93,9 +90,9 @@ private:
}; };
} }
}
}
}
#endif /* AMFNon3GPPAccessRegistrationDocumentApi_H_ */ #endif /* AMFNon3GPPAccessRegistrationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "AccessAndMobilityDataApi.h" #include "AccessAndMobilityDataApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AccessAndMobilityDataApi::AccessAndMobilityDataApi( AccessAndMobilityDataApi::AccessAndMobilityDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -173,7 +170,4 @@ void AccessAndMobilityDataApi::access_and_mobility_data_api_default_handler( ...@@ -173,7 +170,4 @@ void AccessAndMobilityDataApi::access_and_mobility_data_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AccessAndMobilityDataApi { class AccessAndMobilityDataApi {
public: public:
...@@ -97,9 +94,9 @@ private: ...@@ -97,9 +94,9 @@ private:
}; };
} }
}
}
}
#endif /* AccessAndMobilityDataApi_H_ */ #endif /* AccessAndMobilityDataApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "AccessAndMobilityPolicyDataDocumentApi.h" #include "AccessAndMobilityPolicyDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AccessAndMobilityPolicyDataDocumentApi::AccessAndMobilityPolicyDataDocumentApi( AccessAndMobilityPolicyDataDocumentApi::AccessAndMobilityPolicyDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -75,7 +72,4 @@ void AccessAndMobilityPolicyDataDocumentApi:: ...@@ -75,7 +72,4 @@ void AccessAndMobilityPolicyDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AccessAndMobilityPolicyDataDocumentApi { class AccessAndMobilityPolicyDataDocumentApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* AccessAndMobilityPolicyDataDocumentApi_H_ */ #endif /* AccessAndMobilityPolicyDataDocumentApi_H_ */
...@@ -15,13 +15,10 @@ ...@@ -15,13 +15,10 @@
#include "Helpers.h" #include "Helpers.h"
#include "logger.hpp" #include "logger.hpp"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AccessAndMobilitySubscriptionDataDocumentApi:: AccessAndMobilitySubscriptionDataDocumentApi::
AccessAndMobilitySubscriptionDataDocumentApi( AccessAndMobilitySubscriptionDataDocumentApi(
...@@ -105,7 +102,4 @@ void AccessAndMobilitySubscriptionDataDocumentApi:: ...@@ -105,7 +102,4 @@ void AccessAndMobilitySubscriptionDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "AccessAndMobilitySubscriptionData.h" #include "AccessAndMobilitySubscriptionData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AccessAndMobilitySubscriptionDataDocumentApi { class AccessAndMobilitySubscriptionDataDocumentApi {
public: public:
...@@ -68,9 +65,9 @@ private: ...@@ -68,9 +65,9 @@ private:
}; };
} }
}
}
}
#endif /* AccessAndMobilitySubscriptionDataDocumentApi_H_ */ #endif /* AccessAndMobilitySubscriptionDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "AmfSubscriptionInfoDocumentApi.h" #include "AmfSubscriptionInfoDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AmfSubscriptionInfoDocumentApi::AmfSubscriptionInfoDocumentApi( AmfSubscriptionInfoDocumentApi::AmfSubscriptionInfoDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -93,7 +90,4 @@ void AmfSubscriptionInfoDocumentApi:: ...@@ -93,7 +90,4 @@ void AmfSubscriptionInfoDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -31,12 +31,9 @@ ...@@ -31,12 +31,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AmfSubscriptionInfoDocumentApi { class AmfSubscriptionInfoDocumentApi {
public: public:
...@@ -69,9 +66,9 @@ private: ...@@ -69,9 +66,9 @@ private:
}; };
} }
}
}
}
#endif /* AmfSubscriptionInfoDocumentApi_H_ */ #endif /* AmfSubscriptionInfoDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "ApplicationDataSubscriptionsCollectionApi.h" #include "ApplicationDataSubscriptionsCollectionApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
ApplicationDataSubscriptionsCollectionApi:: ApplicationDataSubscriptionsCollectionApi::
ApplicationDataSubscriptionsCollectionApi( ApplicationDataSubscriptionsCollectionApi(
...@@ -116,7 +113,4 @@ void ApplicationDataSubscriptionsCollectionApi:: ...@@ -116,7 +113,4 @@ void ApplicationDataSubscriptionsCollectionApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "DataFilter.h" #include "DataFilter.h"
#include "ProblemDetails.h" #include "ProblemDetails.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class ApplicationDataSubscriptionsCollectionApi { class ApplicationDataSubscriptionsCollectionApi {
public: public:
...@@ -74,9 +71,9 @@ private: ...@@ -74,9 +71,9 @@ private:
}; };
} }
}
}
}
#endif /* ApplicationDataSubscriptionsCollectionApi_H_ */ #endif /* ApplicationDataSubscriptionsCollectionApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "AuthenticationSoRDocumentApi.h" #include "AuthenticationSoRDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AuthenticationSoRDocumentApi::AuthenticationSoRDocumentApi( AuthenticationSoRDocumentApi::AuthenticationSoRDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -128,7 +125,4 @@ void AuthenticationSoRDocumentApi:: ...@@ -128,7 +125,4 @@ void AuthenticationSoRDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "SorData.h" #include "SorData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AuthenticationSoRDocumentApi { class AuthenticationSoRDocumentApi {
public: public:
...@@ -76,9 +73,9 @@ private: ...@@ -76,9 +73,9 @@ private:
}; };
} }
}
}
}
#endif /* AuthenticationSoRDocumentApi_H_ */ #endif /* AuthenticationSoRDocumentApi_H_ */
...@@ -15,13 +15,10 @@ ...@@ -15,13 +15,10 @@
#include "Helpers.h" #include "Helpers.h"
#include "logger.hpp" #include "logger.hpp"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AuthenticationStatusDocumentApi::AuthenticationStatusDocumentApi( AuthenticationStatusDocumentApi::AuthenticationStatusDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -165,7 +162,4 @@ void AuthenticationStatusDocumentApi:: ...@@ -165,7 +162,4 @@ void AuthenticationStatusDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "AuthEvent.h" #include "AuthEvent.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AuthenticationStatusDocumentApi { class AuthenticationStatusDocumentApi {
public: public:
...@@ -70,9 +67,9 @@ private: ...@@ -70,9 +67,9 @@ private:
}; };
} }
}
}
}
#endif /* AuthenticationStatusDocumentApi_H_ */ #endif /* AuthenticationStatusDocumentApi_H_ */
...@@ -15,13 +15,10 @@ ...@@ -15,13 +15,10 @@
#include "Helpers.h" #include "Helpers.h"
#include "logger.hpp" #include "logger.hpp"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AuthenticationSubscriptionDocumentApi::AuthenticationSubscriptionDocumentApi( AuthenticationSubscriptionDocumentApi::AuthenticationSubscriptionDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -135,7 +132,4 @@ void AuthenticationSubscriptionDocumentApi:: ...@@ -135,7 +132,4 @@ void AuthenticationSubscriptionDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -31,12 +31,9 @@ ...@@ -31,12 +31,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AuthenticationSubscriptionDocumentApi { class AuthenticationSubscriptionDocumentApi {
public: public:
...@@ -70,9 +67,9 @@ private: ...@@ -70,9 +67,9 @@ private:
}; };
} }
}
}
}
#endif /* AuthenticationSubscriptionDocumentApi_H_ */ #endif /* AuthenticationSubscriptionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "AuthenticationUPUDocumentApi.h" #include "AuthenticationUPUDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
AuthenticationUPUDocumentApi::AuthenticationUPUDocumentApi( AuthenticationUPUDocumentApi::AuthenticationUPUDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -127,7 +124,4 @@ void AuthenticationUPUDocumentApi:: ...@@ -127,7 +124,4 @@ void AuthenticationUPUDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "UpuData.h" #include "UpuData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class AuthenticationUPUDocumentApi { class AuthenticationUPUDocumentApi {
public: public:
...@@ -76,9 +73,9 @@ private: ...@@ -76,9 +73,9 @@ private:
}; };
} }
}
}
}
#endif /* AuthenticationUPUDocumentApi_H_ */ #endif /* AuthenticationUPUDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "BdtDataStoreApi.h" #include "BdtDataStoreApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
BdtDataStoreApi::BdtDataStoreApi(std::shared_ptr<Pistache::Rest::Router> rtr) { BdtDataStoreApi::BdtDataStoreApi(std::shared_ptr<Pistache::Rest::Router> rtr) {
router = rtr; router = rtr;
...@@ -83,7 +80,4 @@ void BdtDataStoreApi::bdt_data_store_api_default_handler( ...@@ -83,7 +80,4 @@ void BdtDataStoreApi::bdt_data_store_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class BdtDataStoreApi { class BdtDataStoreApi {
public: public:
...@@ -65,9 +62,9 @@ private: ...@@ -65,9 +62,9 @@ private:
}; };
} }
}
}
}
#endif /* BdtDataStoreApi_H_ */ #endif /* BdtDataStoreApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "BdtPolicyDataStoreApi.h" #include "BdtPolicyDataStoreApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
BdtPolicyDataStoreApi::BdtPolicyDataStoreApi( BdtPolicyDataStoreApi::BdtPolicyDataStoreApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -93,7 +90,4 @@ void BdtPolicyDataStoreApi::bdt_policy_data_store_api_default_handler( ...@@ -93,7 +90,4 @@ void BdtPolicyDataStoreApi::bdt_policy_data_store_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class BdtPolicyDataStoreApi { class BdtPolicyDataStoreApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* BdtPolicyDataStoreApi_H_ */ #endif /* BdtPolicyDataStoreApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "CAGACKDocumentApi.h" #include "CAGACKDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
CAGACKDocumentApi::CAGACKDocumentApi( CAGACKDocumentApi::CAGACKDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -81,7 +78,4 @@ void CAGACKDocumentApi::cagack_document_api_default_handler( ...@@ -81,7 +78,4 @@ void CAGACKDocumentApi::cagack_document_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "CagAckData.h" #include "CagAckData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class CAGACKDocumentApi { class CAGACKDocumentApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* CAGACKDocumentApi_H_ */ #endif /* CAGACKDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "CAGUpdateAckDocumentApi.h" #include "CAGUpdateAckDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
CAGUpdateAckDocumentApi::CAGUpdateAckDocumentApi( CAGUpdateAckDocumentApi::CAGUpdateAckDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -88,7 +85,4 @@ void CAGUpdateAckDocumentApi::cag_update_ack_document_api_default_handler( ...@@ -88,7 +85,4 @@ void CAGUpdateAckDocumentApi::cag_update_ack_document_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "CagAckData.h" #include "CagAckData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class CAGUpdateAckDocumentApi { class CAGUpdateAckDocumentApi {
public: public:
...@@ -65,9 +62,9 @@ private: ...@@ -65,9 +62,9 @@ private:
}; };
} }
}
}
}
#endif /* CAGUpdateAckDocumentApi_H_ */ #endif /* CAGUpdateAckDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "Class5GVNGroupsInternalDocumentApi.h" #include "Class5GVNGroupsInternalDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
Class5GVNGroupsInternalDocumentApi::Class5GVNGroupsInternalDocumentApi( Class5GVNGroupsInternalDocumentApi::Class5GVNGroupsInternalDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -83,7 +80,4 @@ void Class5GVNGroupsInternalDocumentApi:: ...@@ -83,7 +80,4 @@ void Class5GVNGroupsInternalDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "5GVnGroupConfiguration.h" #include "5GVnGroupConfiguration.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class Class5GVNGroupsInternalDocumentApi { class Class5GVNGroupsInternalDocumentApi {
public: public:
...@@ -63,9 +60,9 @@ private: ...@@ -63,9 +60,9 @@ private:
}; };
} }
}
}
}
#endif /* Class5GVNGroupsInternalDocumentApi_H_ */ #endif /* Class5GVNGroupsInternalDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "Class5GVNGroupsStoreApi.h" #include "Class5GVNGroupsStoreApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
Class5GVNGroupsStoreApi::Class5GVNGroupsStoreApi( Class5GVNGroupsStoreApi::Class5GVNGroupsStoreApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -78,7 +75,4 @@ void Class5GVNGroupsStoreApi::class5_gvn_groups_store_api_default_handler( ...@@ -78,7 +75,4 @@ void Class5GVNGroupsStoreApi::class5_gvn_groups_store_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "5GVnGroupConfiguration.h" #include "5GVnGroupConfiguration.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class Class5GVNGroupsStoreApi { class Class5GVNGroupsStoreApi {
public: public:
...@@ -63,9 +60,9 @@ private: ...@@ -63,9 +60,9 @@ private:
}; };
} }
}
}
}
#endif /* Class5GVNGroupsStoreApi_H_ */ #endif /* Class5GVNGroupsStoreApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "Class5GVnGroupConfigurationDocumentApi.h" #include "Class5GVnGroupConfigurationDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
Class5GVnGroupConfigurationDocumentApi::Class5GVnGroupConfigurationDocumentApi( Class5GVnGroupConfigurationDocumentApi::Class5GVnGroupConfigurationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -82,7 +79,4 @@ void Class5GVnGroupConfigurationDocumentApi:: ...@@ -82,7 +79,4 @@ void Class5GVnGroupConfigurationDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class Class5GVnGroupConfigurationDocumentApi { class Class5GVnGroupConfigurationDocumentApi {
public: public:
...@@ -65,9 +62,9 @@ private: ...@@ -65,9 +62,9 @@ private:
}; };
} }
}
}
}
#endif /* Class5GVnGroupConfigurationDocumentApi_H_ */ #endif /* Class5GVnGroupConfigurationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "ContextDataDocumentApi.h" #include "ContextDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
ContextDataDocumentApi::ContextDataDocumentApi( ContextDataDocumentApi::ContextDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -81,7 +78,4 @@ void ContextDataDocumentApi::context_data_document_api_default_handler( ...@@ -81,7 +78,4 @@ void ContextDataDocumentApi::context_data_document_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
//#include "Set.h" //#include "Set.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class ContextDataDocumentApi { class ContextDataDocumentApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* ContextDataDocumentApi_H_ */ #endif /* ContextDataDocumentApi_H_ */
...@@ -14,12 +14,9 @@ ...@@ -14,12 +14,9 @@
#include "Delete5GVnGroupApi.h" #include "Delete5GVnGroupApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
Delete5GVnGroupApi::Delete5GVnGroupApi( Delete5GVnGroupApi::Delete5GVnGroupApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -69,7 +66,4 @@ void Delete5GVnGroupApi::delete5_g_vn_group_api_default_handler( ...@@ -69,7 +66,4 @@ void Delete5GVnGroupApi::delete5_g_vn_group_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -27,10 +27,7 @@ ...@@ -27,10 +27,7 @@
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
...@@ -62,9 +59,9 @@ private: ...@@ -62,9 +59,9 @@ private:
}; };
} }
}
}
}
#endif /* Delete5GVnGroupApi_H_ */ #endif /* Delete5GVnGroupApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "EnhancedCoverageRestrictionDataApi.h" #include "EnhancedCoverageRestrictionDataApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
EnhancedCoverageRestrictionDataApi::EnhancedCoverageRestrictionDataApi( EnhancedCoverageRestrictionDataApi::EnhancedCoverageRestrictionDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -91,7 +88,4 @@ void EnhancedCoverageRestrictionDataApi:: ...@@ -91,7 +88,4 @@ void EnhancedCoverageRestrictionDataApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "EnhancedCoverageRestrictionData.h" #include "EnhancedCoverageRestrictionData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class EnhancedCoverageRestrictionDataApi { class EnhancedCoverageRestrictionDataApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* EnhancedCoverageRestrictionDataApi_H_ */ #endif /* EnhancedCoverageRestrictionDataApi_H_ */
...@@ -14,12 +14,9 @@ ...@@ -14,12 +14,9 @@
#include "EventAMFSubscriptionInfoDocumentApi.h" #include "EventAMFSubscriptionInfoDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
EventAMFSubscriptionInfoDocumentApi::EventAMFSubscriptionInfoDocumentApi( EventAMFSubscriptionInfoDocumentApi::EventAMFSubscriptionInfoDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -76,7 +73,4 @@ void EventAMFSubscriptionInfoDocumentApi:: ...@@ -76,7 +73,4 @@ void EventAMFSubscriptionInfoDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -27,10 +27,7 @@ ...@@ -27,10 +27,7 @@
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
...@@ -63,9 +60,9 @@ private: ...@@ -63,9 +60,9 @@ private:
}; };
} }
}
}
}
#endif /* EventAMFSubscriptionInfoDocumentApi_H_ */ #endif /* EventAMFSubscriptionInfoDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "EventExposureDataDocumentApi.h" #include "EventExposureDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
EventExposureDataDocumentApi::EventExposureDataDocumentApi( EventExposureDataDocumentApi::EventExposureDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -91,7 +88,4 @@ void EventExposureDataDocumentApi:: ...@@ -91,7 +88,4 @@ void EventExposureDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "EeProfileData.h" #include "EeProfileData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class EventExposureDataDocumentApi { class EventExposureDataDocumentApi {
public: public:
...@@ -65,9 +62,9 @@ private: ...@@ -65,9 +62,9 @@ private:
}; };
} }
}
}
}
#endif /* EventExposureDataDocumentApi_H_ */ #endif /* EventExposureDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "EventExposureGroupSubscriptionDocumentApi.h" #include "EventExposureGroupSubscriptionDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
EventExposureGroupSubscriptionDocumentApi:: EventExposureGroupSubscriptionDocumentApi::
EventExposureGroupSubscriptionDocumentApi( EventExposureGroupSubscriptionDocumentApi(
...@@ -191,7 +188,4 @@ void EventExposureGroupSubscriptionDocumentApi:: ...@@ -191,7 +188,4 @@ void EventExposureGroupSubscriptionDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -33,12 +33,9 @@ ...@@ -33,12 +33,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class EventExposureGroupSubscriptionDocumentApi { class EventExposureGroupSubscriptionDocumentApi {
public: public:
...@@ -105,9 +102,9 @@ private: ...@@ -105,9 +102,9 @@ private:
}; };
} }
}
}
}
#endif /* EventExposureGroupSubscriptionDocumentApi_H_ */ #endif /* EventExposureGroupSubscriptionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "EventExposureGroupSubscriptionsCollectionApi.h" #include "EventExposureGroupSubscriptionsCollectionApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
EventExposureGroupSubscriptionsCollectionApi:: EventExposureGroupSubscriptionsCollectionApi::
EventExposureGroupSubscriptionsCollectionApi( EventExposureGroupSubscriptionsCollectionApi(
...@@ -121,7 +118,4 @@ void EventExposureGroupSubscriptionsCollectionApi:: ...@@ -121,7 +118,4 @@ void EventExposureGroupSubscriptionsCollectionApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "EeSubscription.h" #include "EeSubscription.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class EventExposureGroupSubscriptionsCollectionApi { class EventExposureGroupSubscriptionsCollectionApi {
public: public:
...@@ -75,9 +72,9 @@ private: ...@@ -75,9 +72,9 @@ private:
}; };
} }
}
}
}
#endif /* EventExposureGroupSubscriptionsCollectionApi_H_ */ #endif /* EventExposureGroupSubscriptionsCollectionApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "EventExposureSubscriptionDocumentApi.h" #include "EventExposureSubscriptionDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
EventExposureSubscriptionDocumentApi::EventExposureSubscriptionDocumentApi( EventExposureSubscriptionDocumentApi::EventExposureSubscriptionDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -181,7 +178,4 @@ void EventExposureSubscriptionDocumentApi:: ...@@ -181,7 +178,4 @@ void EventExposureSubscriptionDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -33,12 +33,9 @@ ...@@ -33,12 +33,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class EventExposureSubscriptionDocumentApi { class EventExposureSubscriptionDocumentApi {
public: public:
...@@ -105,9 +102,9 @@ private: ...@@ -105,9 +102,9 @@ private:
}; };
} }
}
}
}
#endif /* EventExposureSubscriptionDocumentApi_H_ */ #endif /* EventExposureSubscriptionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "EventExposureSubscriptionsCollectionApi.h" #include "EventExposureSubscriptionsCollectionApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
EventExposureSubscriptionsCollectionApi:: EventExposureSubscriptionsCollectionApi::
EventExposureSubscriptionsCollectionApi( EventExposureSubscriptionsCollectionApi(
...@@ -117,7 +114,4 @@ void EventExposureSubscriptionsCollectionApi:: ...@@ -117,7 +114,4 @@ void EventExposureSubscriptionsCollectionApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "EeSubscription.h" #include "EeSubscription.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class EventExposureSubscriptionsCollectionApi { class EventExposureSubscriptionsCollectionApi {
public: public:
...@@ -75,9 +72,9 @@ private: ...@@ -75,9 +72,9 @@ private:
}; };
} }
}
}
}
#endif /* EventExposureSubscriptionsCollectionApi_H_ */ #endif /* EventExposureSubscriptionsCollectionApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "ExposureDataSubscriptionsCollectionApi.h" #include "ExposureDataSubscriptionsCollectionApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
ExposureDataSubscriptionsCollectionApi::ExposureDataSubscriptionsCollectionApi( ExposureDataSubscriptionsCollectionApi::ExposureDataSubscriptionsCollectionApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -80,7 +77,4 @@ void ExposureDataSubscriptionsCollectionApi:: ...@@ -80,7 +77,4 @@ void ExposureDataSubscriptionsCollectionApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "ExposureDataSubscription.h" #include "ExposureDataSubscription.h"
#include "ProblemDetails.h" #include "ProblemDetails.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class ExposureDataSubscriptionsCollectionApi { class ExposureDataSubscriptionsCollectionApi {
public: public:
...@@ -63,9 +60,9 @@ private: ...@@ -63,9 +60,9 @@ private:
}; };
} }
}
}
}
#endif /* ExposureDataSubscriptionsCollectionApi_H_ */ #endif /* ExposureDataSubscriptionsCollectionApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "GroupIdentifiersApi.h" #include "GroupIdentifiersApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
GroupIdentifiersApi::GroupIdentifiersApi( GroupIdentifiersApi::GroupIdentifiersApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -102,7 +99,4 @@ void GroupIdentifiersApi::group_identifiers_api_default_handler( ...@@ -102,7 +99,4 @@ void GroupIdentifiersApi::group_identifiers_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "GroupIdentifiers.h" #include "GroupIdentifiers.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class GroupIdentifiersApi { class GroupIdentifiersApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* GroupIdentifiersApi_H_ */ #endif /* GroupIdentifiersApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IPSMGWRegistrationDocumentApi.h" #include "IPSMGWRegistrationDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IPSMGWRegistrationDocumentApi::IPSMGWRegistrationDocumentApi( IPSMGWRegistrationDocumentApi::IPSMGWRegistrationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -180,7 +177,4 @@ void IPSMGWRegistrationDocumentApi:: ...@@ -180,7 +177,4 @@ void IPSMGWRegistrationDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -31,12 +31,9 @@ ...@@ -31,12 +31,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IPSMGWRegistrationDocumentApi { class IPSMGWRegistrationDocumentApi {
public: public:
...@@ -100,9 +97,9 @@ private: ...@@ -100,9 +97,9 @@ private:
}; };
} }
}
}
}
#endif /* IPSMGWRegistrationDocumentApi_H_ */ #endif /* IPSMGWRegistrationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IPTVConfigurationDataStoreApi.h" #include "IPTVConfigurationDataStoreApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IPTVConfigurationDataStoreApi::IPTVConfigurationDataStoreApi( IPTVConfigurationDataStoreApi::IPTVConfigurationDataStoreApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -116,7 +113,4 @@ void IPTVConfigurationDataStoreApi:: ...@@ -116,7 +113,4 @@ void IPTVConfigurationDataStoreApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "Snssai.h" #include "Snssai.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IPTVConfigurationDataStoreApi { class IPTVConfigurationDataStoreApi {
public: public:
...@@ -69,9 +66,9 @@ private: ...@@ -69,9 +66,9 @@ private:
}; };
} }
}
}
}
#endif /* IPTVConfigurationDataStoreApi_H_ */ #endif /* IPTVConfigurationDataStoreApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualApplicationDataSubscriptionDocumentApi.h" #include "IndividualApplicationDataSubscriptionDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualApplicationDataSubscriptionDocumentApi:: IndividualApplicationDataSubscriptionDocumentApi::
IndividualApplicationDataSubscriptionDocumentApi( IndividualApplicationDataSubscriptionDocumentApi(
...@@ -137,7 +134,4 @@ void IndividualApplicationDataSubscriptionDocumentApi:: ...@@ -137,7 +134,4 @@ void IndividualApplicationDataSubscriptionDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualApplicationDataSubscriptionDocumentApi { class IndividualApplicationDataSubscriptionDocumentApi {
public: public:
...@@ -85,9 +82,9 @@ private: ...@@ -85,9 +82,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualApplicationDataSubscriptionDocumentApi_H_ */ #endif /* IndividualApplicationDataSubscriptionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualAppliedBDTPolicyDataDocumentApi.h" #include "IndividualAppliedBDTPolicyDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualAppliedBDTPolicyDataDocumentApi:: IndividualAppliedBDTPolicyDataDocumentApi::
IndividualAppliedBDTPolicyDataDocumentApi( IndividualAppliedBDTPolicyDataDocumentApi(
...@@ -110,7 +107,4 @@ void IndividualAppliedBDTPolicyDataDocumentApi:: ...@@ -110,7 +107,4 @@ void IndividualAppliedBDTPolicyDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualAppliedBDTPolicyDataDocumentApi { class IndividualAppliedBDTPolicyDataDocumentApi {
public: public:
...@@ -76,9 +73,9 @@ private: ...@@ -76,9 +73,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualAppliedBDTPolicyDataDocumentApi_H_ */ #endif /* IndividualAppliedBDTPolicyDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualBDTPolicyDataDocumentApi.h" #include "IndividualBDTPolicyDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualBDTPolicyDataDocumentApi::IndividualBDTPolicyDataDocumentApi( IndividualBDTPolicyDataDocumentApi::IndividualBDTPolicyDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -82,7 +79,4 @@ void IndividualBDTPolicyDataDocumentApi:: ...@@ -82,7 +79,4 @@ void IndividualBDTPolicyDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualBDTPolicyDataDocumentApi { class IndividualBDTPolicyDataDocumentApi {
public: public:
...@@ -65,9 +62,9 @@ private: ...@@ -65,9 +62,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualBDTPolicyDataDocumentApi_H_ */ #endif /* IndividualBDTPolicyDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualBdtDataDocumentApi.h" #include "IndividualBdtDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualBdtDataDocumentApi::IndividualBdtDataDocumentApi( IndividualBdtDataDocumentApi::IndividualBdtDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -173,7 +170,4 @@ void IndividualBdtDataDocumentApi:: ...@@ -173,7 +170,4 @@ void IndividualBdtDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualBdtDataDocumentApi { class IndividualBdtDataDocumentApi {
public: public:
...@@ -98,9 +95,9 @@ private: ...@@ -98,9 +95,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualBdtDataDocumentApi_H_ */ #endif /* IndividualBdtDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualExposureDataSubscriptionDocumentApi.h" #include "IndividualExposureDataSubscriptionDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualExposureDataSubscriptionDocumentApi:: IndividualExposureDataSubscriptionDocumentApi::
IndividualExposureDataSubscriptionDocumentApi( IndividualExposureDataSubscriptionDocumentApi(
...@@ -110,7 +107,4 @@ void IndividualExposureDataSubscriptionDocumentApi:: ...@@ -110,7 +107,4 @@ void IndividualExposureDataSubscriptionDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualExposureDataSubscriptionDocumentApi { class IndividualExposureDataSubscriptionDocumentApi {
public: public:
...@@ -75,9 +72,9 @@ private: ...@@ -75,9 +72,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualExposureDataSubscriptionDocumentApi_H_ */ #endif /* IndividualExposureDataSubscriptionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualIPTVConfigurationDataApi.h" #include "IndividualIPTVConfigurationDataApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualIPTVConfigurationDataApi::IndividualIPTVConfigurationDataApi( IndividualIPTVConfigurationDataApi::IndividualIPTVConfigurationDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -83,7 +80,4 @@ void IndividualIPTVConfigurationDataApi:: ...@@ -83,7 +80,4 @@ void IndividualIPTVConfigurationDataApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualIPTVConfigurationDataApi { class IndividualIPTVConfigurationDataApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualIPTVConfigurationDataApi_H_ */ #endif /* IndividualIPTVConfigurationDataApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualIPTVConfigurationDataDocumentApi.h" #include "IndividualIPTVConfigurationDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualIPTVConfigurationDataDocumentApi:: IndividualIPTVConfigurationDataDocumentApi::
IndividualIPTVConfigurationDataDocumentApi( IndividualIPTVConfigurationDataDocumentApi(
...@@ -111,7 +108,4 @@ void IndividualIPTVConfigurationDataDocumentApi:: ...@@ -111,7 +108,4 @@ void IndividualIPTVConfigurationDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualIPTVConfigurationDataDocumentApi { class IndividualIPTVConfigurationDataDocumentApi {
public: public:
...@@ -75,9 +72,9 @@ private: ...@@ -75,9 +72,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualIPTVConfigurationDataDocumentApi_H_ */ #endif /* IndividualIPTVConfigurationDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualInfluenceDataDocumentApi.h" #include "IndividualInfluenceDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualInfluenceDataDocumentApi::IndividualInfluenceDataDocumentApi( IndividualInfluenceDataDocumentApi::IndividualInfluenceDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -140,7 +137,4 @@ void IndividualInfluenceDataDocumentApi:: ...@@ -140,7 +137,4 @@ void IndividualInfluenceDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "TrafficInfluDataPatch.h" #include "TrafficInfluDataPatch.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualInfluenceDataDocumentApi { class IndividualInfluenceDataDocumentApi {
public: public:
...@@ -87,9 +84,9 @@ private: ...@@ -87,9 +84,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualInfluenceDataDocumentApi_H_ */ #endif /* IndividualInfluenceDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualInfluenceDataSubscriptionDocumentApi.h" #include "IndividualInfluenceDataSubscriptionDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualInfluenceDataSubscriptionDocumentApi:: IndividualInfluenceDataSubscriptionDocumentApi::
IndividualInfluenceDataSubscriptionDocumentApi( IndividualInfluenceDataSubscriptionDocumentApi(
...@@ -141,7 +138,4 @@ void IndividualInfluenceDataSubscriptionDocumentApi:: ...@@ -141,7 +138,4 @@ void IndividualInfluenceDataSubscriptionDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "TrafficInfluSub.h" #include "TrafficInfluSub.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualInfluenceDataSubscriptionDocumentApi { class IndividualInfluenceDataSubscriptionDocumentApi {
public: public:
...@@ -85,9 +82,9 @@ private: ...@@ -85,9 +82,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualInfluenceDataSubscriptionDocumentApi_H_ */ #endif /* IndividualInfluenceDataSubscriptionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualPFDDataDocumentApi.h" #include "IndividualPFDDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualPFDDataDocumentApi::IndividualPFDDataDocumentApi( IndividualPFDDataDocumentApi::IndividualPFDDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -133,7 +130,4 @@ void IndividualPFDDataDocumentApi:: ...@@ -133,7 +130,4 @@ void IndividualPFDDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualPFDDataDocumentApi { class IndividualPFDDataDocumentApi {
public: public:
...@@ -85,9 +82,9 @@ private: ...@@ -85,9 +82,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualPFDDataDocumentApi_H_ */ #endif /* IndividualPFDDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "IndividualPolicyDataSubscriptionDocumentApi.h" #include "IndividualPolicyDataSubscriptionDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
IndividualPolicyDataSubscriptionDocumentApi:: IndividualPolicyDataSubscriptionDocumentApi::
IndividualPolicyDataSubscriptionDocumentApi( IndividualPolicyDataSubscriptionDocumentApi(
...@@ -110,7 +107,4 @@ void IndividualPolicyDataSubscriptionDocumentApi:: ...@@ -110,7 +107,4 @@ void IndividualPolicyDataSubscriptionDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class IndividualPolicyDataSubscriptionDocumentApi { class IndividualPolicyDataSubscriptionDocumentApi {
public: public:
...@@ -75,9 +72,9 @@ private: ...@@ -75,9 +72,9 @@ private:
}; };
} }
}
}
}
#endif /* IndividualPolicyDataSubscriptionDocumentApi_H_ */ #endif /* IndividualPolicyDataSubscriptionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "InfluenceDataStoreApi.h" #include "InfluenceDataStoreApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
InfluenceDataStoreApi::InfluenceDataStoreApi( InfluenceDataStoreApi::InfluenceDataStoreApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -118,7 +115,4 @@ void InfluenceDataStoreApi::influence_data_store_api_default_handler( ...@@ -118,7 +115,4 @@ void InfluenceDataStoreApi::influence_data_store_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "TrafficInfluData.h" #include "TrafficInfluData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class InfluenceDataStoreApi { class InfluenceDataStoreApi {
public: public:
...@@ -70,9 +67,9 @@ private: ...@@ -70,9 +67,9 @@ private:
}; };
} }
}
}
}
#endif /* InfluenceDataStoreApi_H_ */ #endif /* InfluenceDataStoreApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "InfluenceDataSubscriptionsCollectionApi.h" #include "InfluenceDataSubscriptionsCollectionApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
InfluenceDataSubscriptionsCollectionApi:: InfluenceDataSubscriptionsCollectionApi::
InfluenceDataSubscriptionsCollectionApi( InfluenceDataSubscriptionsCollectionApi(
...@@ -140,7 +137,4 @@ void InfluenceDataSubscriptionsCollectionApi:: ...@@ -140,7 +137,4 @@ void InfluenceDataSubscriptionsCollectionApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "TrafficInfluSub.h" #include "TrafficInfluSub.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class InfluenceDataSubscriptionsCollectionApi { class InfluenceDataSubscriptionsCollectionApi {
public: public:
...@@ -78,9 +75,9 @@ private: ...@@ -78,9 +75,9 @@ private:
}; };
} }
}
}
}
#endif /* InfluenceDataSubscriptionsCollectionApi_H_ */ #endif /* InfluenceDataSubscriptionsCollectionApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "LCSBroadcastAssistanceSubscriptionDataApi.h" #include "LCSBroadcastAssistanceSubscriptionDataApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
LCSBroadcastAssistanceSubscriptionDataApi:: LCSBroadcastAssistanceSubscriptionDataApi::
LCSBroadcastAssistanceSubscriptionDataApi( LCSBroadcastAssistanceSubscriptionDataApi(
...@@ -93,7 +90,4 @@ void LCSBroadcastAssistanceSubscriptionDataApi:: ...@@ -93,7 +90,4 @@ void LCSBroadcastAssistanceSubscriptionDataApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
#include "ProblemDetails.h" #include "ProblemDetails.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class LCSBroadcastAssistanceSubscriptionDataApi { class LCSBroadcastAssistanceSubscriptionDataApi {
public: public:
...@@ -68,9 +65,9 @@ private: ...@@ -68,9 +65,9 @@ private:
}; };
} }
}
}
}
#endif /* LCSBroadcastAssistanceSubscriptionDataApi_H_ */ #endif /* LCSBroadcastAssistanceSubscriptionDataApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "LCSMobileOriginatedSubscriptionDataApi.h" #include "LCSMobileOriginatedSubscriptionDataApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
LCSMobileOriginatedSubscriptionDataApi::LCSMobileOriginatedSubscriptionDataApi( LCSMobileOriginatedSubscriptionDataApi::LCSMobileOriginatedSubscriptionDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -98,7 +95,4 @@ void LCSMobileOriginatedSubscriptionDataApi:: ...@@ -98,7 +95,4 @@ void LCSMobileOriginatedSubscriptionDataApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "LcsMoData.h" #include "LcsMoData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class LCSMobileOriginatedSubscriptionDataApi { class LCSMobileOriginatedSubscriptionDataApi {
public: public:
...@@ -67,9 +64,9 @@ private: ...@@ -67,9 +64,9 @@ private:
}; };
} }
}
}
}
#endif /* LCSMobileOriginatedSubscriptionDataApi_H_ */ #endif /* LCSMobileOriginatedSubscriptionDataApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "LCSPrivacySubscriptionDataApi.h" #include "LCSPrivacySubscriptionDataApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
LCSPrivacySubscriptionDataApi::LCSPrivacySubscriptionDataApi( LCSPrivacySubscriptionDataApi::LCSPrivacySubscriptionDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -98,7 +95,4 @@ void LCSPrivacySubscriptionDataApi:: ...@@ -98,7 +95,4 @@ void LCSPrivacySubscriptionDataApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "LcsPrivacyData.h" #include "LcsPrivacyData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class LCSPrivacySubscriptionDataApi { class LCSPrivacySubscriptionDataApi {
public: public:
...@@ -67,9 +64,9 @@ private: ...@@ -67,9 +64,9 @@ private:
}; };
} }
}
}
}
#endif /* LCSPrivacySubscriptionDataApi_H_ */ #endif /* LCSPrivacySubscriptionDataApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "MessageWaitingDataDocumentApi.h" #include "MessageWaitingDataDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
MessageWaitingDataDocumentApi::MessageWaitingDataDocumentApi( MessageWaitingDataDocumentApi::MessageWaitingDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -180,7 +177,4 @@ void MessageWaitingDataDocumentApi:: ...@@ -180,7 +177,4 @@ void MessageWaitingDataDocumentApi::
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -31,12 +31,9 @@ ...@@ -31,12 +31,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class MessageWaitingDataDocumentApi { class MessageWaitingDataDocumentApi {
public: public:
...@@ -100,9 +97,9 @@ private: ...@@ -100,9 +97,9 @@ private:
}; };
} }
}
}
}
#endif /* MessageWaitingDataDocumentApi_H_ */ #endif /* MessageWaitingDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "Modify5GVnGroupApi.h" #include "Modify5GVnGroupApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
Modify5GVnGroupApi::Modify5GVnGroupApi( Modify5GVnGroupApi::Modify5GVnGroupApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -85,7 +82,4 @@ void Modify5GVnGroupApi::modify5_g_vn_group_api_default_handler( ...@@ -85,7 +82,4 @@ void Modify5GVnGroupApi::modify5_g_vn_group_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -31,12 +31,9 @@ ...@@ -31,12 +31,9 @@
#include <string> #include <string>
#include <vector> #include <vector>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class Modify5GVnGroupApi { class Modify5GVnGroupApi {
public: public:
...@@ -68,9 +65,9 @@ private: ...@@ -68,9 +65,9 @@ private:
}; };
} }
}
}
}
#endif /* Modify5GVnGroupApi_H_ */ #endif /* Modify5GVnGroupApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "NSSAIACKDocumentApi.h" #include "NSSAIACKDocumentApi.h"
#include "Helpers.h" #include "Helpers.h"
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::helpers; using namespace oai::udr::helpers;
using namespace org::openapitools::server::model; using namespace oai::udr::model;
NSSAIACKDocumentApi::NSSAIACKDocumentApi( NSSAIACKDocumentApi::NSSAIACKDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -81,7 +78,4 @@ void NSSAIACKDocumentApi::nssaiack_document_api_default_handler( ...@@ -81,7 +78,4 @@ void NSSAIACKDocumentApi::nssaiack_document_api_default_handler(
"The requested method does not exist"); "The requested method does not exist");
} }
} // namespace api } // namespace oai::udr::model
} // namespace server
} // namespace openapitools
} // namespace org
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "NssaiAckData.h" #include "NssaiAckData.h"
#include <string> #include <string>
namespace org { namespace oai::udr::api {
namespace openapitools {
namespace server {
namespace api {
using namespace org::openapitools::server::model; using namespace oai::udr::model;
class NSSAIACKDocumentApi { class NSSAIACKDocumentApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* NSSAIACKDocumentApi_H_ */ #endif /* NSSAIACKDocumentApi_H_ */
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment