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_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "NSSAIUpdateAckDocumentApi.h" #include "NSSAIUpdateAckDocumentApi.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;
NSSAIUpdateAckDocumentApi::NSSAIUpdateAckDocumentApi( NSSAIUpdateAckDocumentApi::NSSAIUpdateAckDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -89,7 +86,4 @@ void NSSAIUpdateAckDocumentApi::nssai_update_ack_document_api_default_handler( ...@@ -89,7 +86,4 @@ void NSSAIUpdateAckDocumentApi::nssai_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 "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 NSSAIUpdateAckDocumentApi { class NSSAIUpdateAckDocumentApi {
public: public:
...@@ -65,9 +62,9 @@ private: ...@@ -65,9 +62,9 @@ private:
}; };
} }
}
}
}
#endif /* NSSAIUpdateAckDocumentApi_H_ */ #endif /* NSSAIUpdateAckDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "OperatorSpecificDataContainerDocumentApi.h" #include "OperatorSpecificDataContainerDocumentApi.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;
OperatorSpecificDataContainerDocumentApi:: OperatorSpecificDataContainerDocumentApi::
OperatorSpecificDataContainerDocumentApi( OperatorSpecificDataContainerDocumentApi(
...@@ -138,7 +135,4 @@ void OperatorSpecificDataContainerDocumentApi:: ...@@ -138,7 +135,4 @@ void OperatorSpecificDataContainerDocumentApi::
"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 OperatorSpecificDataContainerDocumentApi { class OperatorSpecificDataContainerDocumentApi {
public: public:
...@@ -83,9 +80,9 @@ private: ...@@ -83,9 +80,9 @@ private:
}; };
} }
}
}
}
#endif /* OperatorSpecificDataContainerDocumentApi_H_ */ #endif /* OperatorSpecificDataContainerDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "OperatorSpecificDataDocumentApi.h" #include "OperatorSpecificDataDocumentApi.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;
OperatorSpecificDataDocumentApi::OperatorSpecificDataDocumentApi( OperatorSpecificDataDocumentApi::OperatorSpecificDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -151,7 +148,4 @@ void OperatorSpecificDataDocumentApi:: ...@@ -151,7 +148,4 @@ void OperatorSpecificDataDocumentApi::
"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 OperatorSpecificDataDocumentApi { class OperatorSpecificDataDocumentApi {
public: public:
...@@ -92,9 +89,9 @@ private: ...@@ -92,9 +89,9 @@ private:
}; };
} }
}
}
}
#endif /* OperatorSpecificDataDocumentApi_H_ */ #endif /* OperatorSpecificDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "PFDDataStoreApi.h" #include "PFDDataStoreApi.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;
PFDDataStoreApi::PFDDataStoreApi(std::shared_ptr<Pistache::Rest::Router> rtr) { PFDDataStoreApi::PFDDataStoreApi(std::shared_ptr<Pistache::Rest::Router> rtr) {
router = rtr; router = rtr;
...@@ -75,7 +72,4 @@ void PFDDataStoreApi::pfd_data_store_api_default_handler( ...@@ -75,7 +72,4 @@ void PFDDataStoreApi::pfd_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 PFDDataStoreApi { class PFDDataStoreApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* PFDDataStoreApi_H_ */ #endif /* PFDDataStoreApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "ParameterProvisionDocumentApi.h" #include "ParameterProvisionDocumentApi.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;
ParameterProvisionDocumentApi::ParameterProvisionDocumentApi( ParameterProvisionDocumentApi::ParameterProvisionDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -88,7 +85,4 @@ void ParameterProvisionDocumentApi:: ...@@ -88,7 +85,4 @@ void ParameterProvisionDocumentApi::
"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 ParameterProvisionDocumentApi { class ParameterProvisionDocumentApi {
public: public:
...@@ -67,9 +64,9 @@ private: ...@@ -67,9 +64,9 @@ private:
}; };
} }
}
}
}
#endif /* ParameterProvisionDocumentApi_H_ */ #endif /* ParameterProvisionDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "PduSessionManagementDataApi.h" #include "PduSessionManagementDataApi.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;
PduSessionManagementDataApi::PduSessionManagementDataApi( PduSessionManagementDataApi::PduSessionManagementDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -184,7 +181,4 @@ void PduSessionManagementDataApi:: ...@@ -184,7 +181,4 @@ void PduSessionManagementDataApi::
"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 PduSessionManagementDataApi { class PduSessionManagementDataApi {
public: public:
...@@ -94,9 +91,9 @@ private: ...@@ -94,9 +91,9 @@ private:
}; };
} }
}
}
}
#endif /* PduSessionManagementDataApi_H_ */ #endif /* PduSessionManagementDataApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "PlmnUePolicySetDocumentApi.h" #include "PlmnUePolicySetDocumentApi.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;
PlmnUePolicySetDocumentApi::PlmnUePolicySetDocumentApi( PlmnUePolicySetDocumentApi::PlmnUePolicySetDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -74,7 +71,4 @@ void PlmnUePolicySetDocumentApi:: ...@@ -74,7 +71,4 @@ void PlmnUePolicySetDocumentApi::
"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 "UePolicySet.h" #include "UePolicySet.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 PlmnUePolicySetDocumentApi { class PlmnUePolicySetDocumentApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* PlmnUePolicySetDocumentApi_H_ */ #endif /* PlmnUePolicySetDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "PolicyDataSubscriptionsCollectionApi.h" #include "PolicyDataSubscriptionsCollectionApi.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;
PolicyDataSubscriptionsCollectionApi::PolicyDataSubscriptionsCollectionApi( PolicyDataSubscriptionsCollectionApi::PolicyDataSubscriptionsCollectionApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -80,7 +77,4 @@ void PolicyDataSubscriptionsCollectionApi:: ...@@ -80,7 +77,4 @@ void PolicyDataSubscriptionsCollectionApi::
"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 "PolicyDataSubscription.h" #include "PolicyDataSubscription.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 PolicyDataSubscriptionsCollectionApi { class PolicyDataSubscriptionsCollectionApi {
public: public:
...@@ -63,9 +60,9 @@ private: ...@@ -63,9 +60,9 @@ private:
}; };
} }
}
}
}
#endif /* PolicyDataSubscriptionsCollectionApi_H_ */ #endif /* PolicyDataSubscriptionsCollectionApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "ProvisionedDataDocumentApi.h" #include "ProvisionedDataDocumentApi.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;
ProvisionedDataDocumentApi::ProvisionedDataDocumentApi( ProvisionedDataDocumentApi::ProvisionedDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -85,7 +82,4 @@ void ProvisionedDataDocumentApi::provisioned_data_document_api_default_handler( ...@@ -85,7 +82,4 @@ void ProvisionedDataDocumentApi::provisioned_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 ProvisionedDataDocumentApi { class ProvisionedDataDocumentApi {
public: public:
...@@ -67,9 +64,9 @@ private: ...@@ -67,9 +64,9 @@ private:
}; };
} }
}
}
}
#endif /* ProvisionedDataDocumentApi_H_ */ #endif /* ProvisionedDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "ProvisionedParameterDataDocumentApi.h" #include "ProvisionedParameterDataDocumentApi.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;
ProvisionedParameterDataDocumentApi::ProvisionedParameterDataDocumentApi( ProvisionedParameterDataDocumentApi::ProvisionedParameterDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -88,7 +85,4 @@ void ProvisionedParameterDataDocumentApi:: ...@@ -88,7 +85,4 @@ void ProvisionedParameterDataDocumentApi::
"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 ProvisionedParameterDataDocumentApi { class ProvisionedParameterDataDocumentApi {
public: public:
...@@ -68,9 +65,9 @@ private: ...@@ -68,9 +65,9 @@ private:
}; };
} }
}
}
}
#endif /* ProvisionedParameterDataDocumentApi_H_ */ #endif /* ProvisionedParameterDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "Query5GVnGroupConfigurationDocumentApi.h" #include "Query5GVnGroupConfigurationDocumentApi.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;
Query5GVnGroupConfigurationDocumentApi::Query5GVnGroupConfigurationDocumentApi( Query5GVnGroupConfigurationDocumentApi::Query5GVnGroupConfigurationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -77,7 +74,4 @@ void Query5GVnGroupConfigurationDocumentApi:: ...@@ -77,7 +74,4 @@ void Query5GVnGroupConfigurationDocumentApi::
"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 Query5GVnGroupConfigurationDocumentApi { class Query5GVnGroupConfigurationDocumentApi {
public: public:
...@@ -63,9 +60,9 @@ private: ...@@ -63,9 +60,9 @@ private:
}; };
} }
}
}
}
#endif /* Query5GVnGroupConfigurationDocumentApi_H_ */ #endif /* Query5GVnGroupConfigurationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "QueryAMFSubscriptionInfoDocumentApi.h" #include "QueryAMFSubscriptionInfoDocumentApi.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;
QueryAMFSubscriptionInfoDocumentApi::QueryAMFSubscriptionInfoDocumentApi( QueryAMFSubscriptionInfoDocumentApi::QueryAMFSubscriptionInfoDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -77,7 +74,4 @@ void QueryAMFSubscriptionInfoDocumentApi:: ...@@ -77,7 +74,4 @@ void QueryAMFSubscriptionInfoDocumentApi::
"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 "AmfSubscriptionInfo.h" #include "AmfSubscriptionInfo.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 QueryAMFSubscriptionInfoDocumentApi { class QueryAMFSubscriptionInfoDocumentApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* QueryAMFSubscriptionInfoDocumentApi_H_ */ #endif /* QueryAMFSubscriptionInfoDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "QueryIdentityDataBySUPIOrGPSIDocumentApi.h" #include "QueryIdentityDataBySUPIOrGPSIDocumentApi.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;
QueryIdentityDataBySUPIOrGPSIDocumentApi:: QueryIdentityDataBySUPIOrGPSIDocumentApi::
QueryIdentityDataBySUPIOrGPSIDocumentApi( QueryIdentityDataBySUPIOrGPSIDocumentApi(
...@@ -91,7 +88,4 @@ void QueryIdentityDataBySUPIOrGPSIDocumentApi:: ...@@ -91,7 +88,4 @@ void QueryIdentityDataBySUPIOrGPSIDocumentApi::
"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 "IdentityData.h" #include "IdentityData.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 QueryIdentityDataBySUPIOrGPSIDocumentApi { class QueryIdentityDataBySUPIOrGPSIDocumentApi {
public: public:
...@@ -67,9 +64,9 @@ private: ...@@ -67,9 +64,9 @@ private:
}; };
} }
}
}
}
#endif /* QueryIdentityDataBySUPIOrGPSIDocumentApi_H_ */ #endif /* QueryIdentityDataBySUPIOrGPSIDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi.h" #include "QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi.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;
QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi:: QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi::
QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi( QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi(
...@@ -114,7 +111,4 @@ void QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi:: ...@@ -114,7 +111,4 @@ void QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi::
"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 "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 QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi { class QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi {
public: public:
...@@ -69,9 +66,9 @@ private: ...@@ -69,9 +66,9 @@ private:
}; };
} }
}
}
}
#endif /* QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi_H_ */ #endif /* QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "QueryODBDataBySUPIOrGPSIDocumentApi.h" #include "QueryODBDataBySUPIOrGPSIDocumentApi.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;
QueryODBDataBySUPIOrGPSIDocumentApi::QueryODBDataBySUPIOrGPSIDocumentApi( QueryODBDataBySUPIOrGPSIDocumentApi::QueryODBDataBySUPIOrGPSIDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -75,7 +72,4 @@ void QueryODBDataBySUPIOrGPSIDocumentApi:: ...@@ -75,7 +72,4 @@ void QueryODBDataBySUPIOrGPSIDocumentApi::
"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 "OdbData.h" #include "OdbData.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 QueryODBDataBySUPIOrGPSIDocumentApi { class QueryODBDataBySUPIOrGPSIDocumentApi {
public: public:
...@@ -63,9 +60,9 @@ private: ...@@ -63,9 +60,9 @@ private:
}; };
} }
}
}
}
#endif /* QueryODBDataBySUPIOrGPSIDocumentApi_H_ */ #endif /* QueryODBDataBySUPIOrGPSIDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "RetrievalOfSharedDataApi.h" #include "RetrievalOfSharedDataApi.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;
RetrievalOfSharedDataApi::RetrievalOfSharedDataApi( RetrievalOfSharedDataApi::RetrievalOfSharedDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -86,7 +83,4 @@ void RetrievalOfSharedDataApi::retrieval_of_shared_data_api_default_handler( ...@@ -86,7 +83,4 @@ void RetrievalOfSharedDataApi::retrieval_of_shared_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
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include "SharedData.h" #include "SharedData.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 RetrievalOfSharedDataApi { class RetrievalOfSharedDataApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* RetrievalOfSharedDataApi_H_ */ #endif /* RetrievalOfSharedDataApi_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;
SDMSubscriptionDocumentApi::SDMSubscriptionDocumentApi( SDMSubscriptionDocumentApi::SDMSubscriptionDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -184,7 +181,4 @@ void SDMSubscriptionDocumentApi::sdm_subscription_document_api_default_handler( ...@@ -184,7 +181,4 @@ void SDMSubscriptionDocumentApi::sdm_subscription_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
...@@ -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 SDMSubscriptionDocumentApi { class SDMSubscriptionDocumentApi {
public: public:
...@@ -105,9 +102,9 @@ private: ...@@ -105,9 +102,9 @@ private:
}; };
} }
}
}
}
#endif /* SDMSubscriptionDocumentApi_H_ */ #endif /* SDMSubscriptionDocumentApi_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;
SDMSubscriptionsCollectionApi::SDMSubscriptionsCollectionApi( SDMSubscriptionsCollectionApi::SDMSubscriptionsCollectionApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -120,7 +117,4 @@ void SDMSubscriptionsCollectionApi:: ...@@ -120,7 +117,4 @@ void SDMSubscriptionsCollectionApi::
"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 "SdmSubscription.h" #include "SdmSubscription.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 SDMSubscriptionsCollectionApi { class SDMSubscriptionsCollectionApi {
public: public:
...@@ -75,9 +72,9 @@ private: ...@@ -75,9 +72,9 @@ private:
}; };
} }
}
}
}
#endif /* SDMSubscriptionsCollectionApi_H_ */ #endif /* SDMSubscriptionsCollectionApi_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;
SMFRegistrationDocumentApi::SMFRegistrationDocumentApi( SMFRegistrationDocumentApi::SMFRegistrationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -164,7 +161,4 @@ void SMFRegistrationDocumentApi::smf_registration_document_api_default_handler( ...@@ -164,7 +161,4 @@ void SMFRegistrationDocumentApi::smf_registration_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 "SmfRegistration.h" #include "SmfRegistration.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 SMFRegistrationDocumentApi { class SMFRegistrationDocumentApi {
public: public:
...@@ -89,9 +86,9 @@ private: ...@@ -89,9 +86,9 @@ private:
}; };
} }
}
}
}
#endif /* SMFRegistrationDocumentApi_H_ */ #endif /* SMFRegistrationDocumentApi_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;
SMFRegistrationsCollectionApi::SMFRegistrationsCollectionApi( SMFRegistrationsCollectionApi::SMFRegistrationsCollectionApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -86,7 +83,4 @@ void SMFRegistrationsCollectionApi:: ...@@ -86,7 +83,4 @@ void SMFRegistrationsCollectionApi::
"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 "SmfRegistration.h" #include "SmfRegistration.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 SMFRegistrationsCollectionApi { class SMFRegistrationsCollectionApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* SMFRegistrationsCollectionApi_H_ */ #endif /* SMFRegistrationsCollectionApi_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;
SMFSelectionSubscriptionDataDocumentApi:: SMFSelectionSubscriptionDataDocumentApi::
SMFSelectionSubscriptionDataDocumentApi( SMFSelectionSubscriptionDataDocumentApi(
...@@ -103,7 +100,4 @@ void SMFSelectionSubscriptionDataDocumentApi:: ...@@ -103,7 +100,4 @@ void SMFSelectionSubscriptionDataDocumentApi::
"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 "SmfSelectionSubscriptionData.h" #include "SmfSelectionSubscriptionData.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 SMFSelectionSubscriptionDataDocumentApi { class SMFSelectionSubscriptionDataDocumentApi {
public: public:
...@@ -68,9 +65,9 @@ private: ...@@ -68,9 +65,9 @@ private:
}; };
} }
}
}
}
#endif /* SMFSelectionSubscriptionDataDocumentApi_H_ */ #endif /* SMFSelectionSubscriptionDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SMSF3GPPRegistrationDocumentApi.h" #include "SMSF3GPPRegistrationDocumentApi.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;
SMSF3GPPRegistrationDocumentApi::SMSF3GPPRegistrationDocumentApi( SMSF3GPPRegistrationDocumentApi::SMSF3GPPRegistrationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -150,7 +147,4 @@ void SMSF3GPPRegistrationDocumentApi:: ...@@ -150,7 +147,4 @@ void SMSF3GPPRegistrationDocumentApi::
"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 "SmsfRegistration.h" #include "SmsfRegistration.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 SMSF3GPPRegistrationDocumentApi { class SMSF3GPPRegistrationDocumentApi {
public: public:
...@@ -86,9 +83,9 @@ private: ...@@ -86,9 +83,9 @@ private:
}; };
} }
}
}
}
#endif /* SMSF3GPPRegistrationDocumentApi_H_ */ #endif /* SMSF3GPPRegistrationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SMSFNon3GPPRegistrationDocumentApi.h" #include "SMSFNon3GPPRegistrationDocumentApi.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;
SMSFNon3GPPRegistrationDocumentApi::SMSFNon3GPPRegistrationDocumentApi( SMSFNon3GPPRegistrationDocumentApi::SMSFNon3GPPRegistrationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -153,7 +150,4 @@ void SMSFNon3GPPRegistrationDocumentApi:: ...@@ -153,7 +150,4 @@ void SMSFNon3GPPRegistrationDocumentApi::
"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 "SmsfRegistration.h" #include "SmsfRegistration.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 SMSFNon3GPPRegistrationDocumentApi { class SMSFNon3GPPRegistrationDocumentApi {
public: public:
...@@ -86,9 +83,9 @@ private: ...@@ -86,9 +83,9 @@ private:
}; };
} }
}
}
}
#endif /* SMSFNon3GPPRegistrationDocumentApi_H_ */ #endif /* SMSFNon3GPPRegistrationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SMSManagementSubscriptionDataDocumentApi.h" #include "SMSManagementSubscriptionDataDocumentApi.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;
SMSManagementSubscriptionDataDocumentApi:: SMSManagementSubscriptionDataDocumentApi::
SMSManagementSubscriptionDataDocumentApi( SMSManagementSubscriptionDataDocumentApi(
...@@ -94,7 +91,4 @@ void SMSManagementSubscriptionDataDocumentApi:: ...@@ -94,7 +91,4 @@ void SMSManagementSubscriptionDataDocumentApi::
"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 "SmsManagementSubscriptionData.h" #include "SmsManagementSubscriptionData.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 SMSManagementSubscriptionDataDocumentApi { class SMSManagementSubscriptionDataDocumentApi {
public: public:
...@@ -67,9 +64,9 @@ private: ...@@ -67,9 +64,9 @@ private:
}; };
} }
}
}
}
#endif /* SMSManagementSubscriptionDataDocumentApi_H_ */ #endif /* SMSManagementSubscriptionDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SMSSubscriptionDataDocumentApi.h" #include "SMSSubscriptionDataDocumentApi.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;
SMSSubscriptionDataDocumentApi::SMSSubscriptionDataDocumentApi( SMSSubscriptionDataDocumentApi::SMSSubscriptionDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -92,7 +89,4 @@ void SMSSubscriptionDataDocumentApi:: ...@@ -92,7 +89,4 @@ void SMSSubscriptionDataDocumentApi::
"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 "SmsSubscriptionData.h" #include "SmsSubscriptionData.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 SMSSubscriptionDataDocumentApi { class SMSSubscriptionDataDocumentApi {
public: public:
...@@ -67,9 +64,9 @@ private: ...@@ -67,9 +64,9 @@ private:
}; };
} }
}
}
}
#endif /* SMSSubscriptionDataDocumentApi_H_ */ #endif /* SMSSubscriptionDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SessionManagementPolicyDataDocumentApi.h" #include "SessionManagementPolicyDataDocumentApi.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;
SessionManagementPolicyDataDocumentApi::SessionManagementPolicyDataDocumentApi( SessionManagementPolicyDataDocumentApi::SessionManagementPolicyDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -142,7 +139,4 @@ void SessionManagementPolicyDataDocumentApi:: ...@@ -142,7 +139,4 @@ void SessionManagementPolicyDataDocumentApi::
"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 "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 SessionManagementPolicyDataDocumentApi { class SessionManagementPolicyDataDocumentApi {
public: public:
...@@ -81,9 +78,9 @@ private: ...@@ -81,9 +78,9 @@ private:
}; };
} }
}
}
}
#endif /* SessionManagementPolicyDataDocumentApi_H_ */ #endif /* SessionManagementPolicyDataDocumentApi_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;
SessionManagementSubscriptionDataApi::SessionManagementSubscriptionDataApi( SessionManagementSubscriptionDataApi::SessionManagementSubscriptionDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -119,7 +116,4 @@ void SessionManagementSubscriptionDataApi:: ...@@ -119,7 +116,4 @@ void SessionManagementSubscriptionDataApi::
"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 "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 SessionManagementSubscriptionDataApi { class SessionManagementSubscriptionDataApi {
public: public:
...@@ -71,9 +68,9 @@ private: ...@@ -71,9 +68,9 @@ private:
}; };
} }
}
}
}
#endif /* SessionManagementSubscriptionDataApi_H_ */ #endif /* SessionManagementSubscriptionDataApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SponsorConnectivityDataDocumentApi.h" #include "SponsorConnectivityDataDocumentApi.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;
SponsorConnectivityDataDocumentApi::SponsorConnectivityDataDocumentApi( SponsorConnectivityDataDocumentApi::SponsorConnectivityDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -75,7 +72,4 @@ void SponsorConnectivityDataDocumentApi:: ...@@ -75,7 +72,4 @@ void SponsorConnectivityDataDocumentApi::
"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 "SponsorConnectivityData.h" #include "SponsorConnectivityData.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 SponsorConnectivityDataDocumentApi { class SponsorConnectivityDataDocumentApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* SponsorConnectivityDataDocumentApi_H_ */ #endif /* SponsorConnectivityDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SubsToNotifyCollectionApi.h" #include "SubsToNotifyCollectionApi.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;
SubsToNotifyCollectionApi::SubsToNotifyCollectionApi( SubsToNotifyCollectionApi::SubsToNotifyCollectionApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -180,7 +177,4 @@ void SubsToNotifyCollectionApi::subs_to_notify_collection_api_default_handler( ...@@ -180,7 +177,4 @@ void SubsToNotifyCollectionApi::subs_to_notify_collection_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 "SubscriptionDataSubscriptions.h" #include "SubscriptionDataSubscriptions.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 SubsToNotifyCollectionApi { class SubsToNotifyCollectionApi {
public: public:
...@@ -87,9 +84,9 @@ private: ...@@ -87,9 +84,9 @@ private:
}; };
} }
}
}
}
#endif /* SubsToNotifyCollectionApi_H_ */ #endif /* SubsToNotifyCollectionApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "SubsToNotifyDocumentApi.h" #include "SubsToNotifyDocumentApi.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;
SubsToNotifyDocumentApi::SubsToNotifyDocumentApi( SubsToNotifyDocumentApi::SubsToNotifyDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -136,7 +133,4 @@ void SubsToNotifyDocumentApi::subs_to_notify_document_api_default_handler( ...@@ -136,7 +133,4 @@ void SubsToNotifyDocumentApi::subs_to_notify_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
...@@ -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 SubsToNotifyDocumentApi { class SubsToNotifyDocumentApi {
public: public:
...@@ -89,9 +86,9 @@ private: ...@@ -89,9 +86,9 @@ private:
}; };
} }
}
}
}
#endif /* SubsToNotifyDocumentApi_H_ */ #endif /* SubsToNotifyDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "TraceDataDocumentApi.h" #include "TraceDataDocumentApi.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;
TraceDataDocumentApi::TraceDataDocumentApi( TraceDataDocumentApi::TraceDataDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -77,7 +74,4 @@ void TraceDataDocumentApi::trace_data_document_api_default_handler( ...@@ -77,7 +74,4 @@ void TraceDataDocumentApi::trace_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
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "TraceData.h" #include "TraceData.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 TraceDataDocumentApi { class TraceDataDocumentApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* TraceDataDocumentApi_H_ */ #endif /* TraceDataDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "UEPolicySetDocumentApi.h" #include "UEPolicySetDocumentApi.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;
UEPolicySetDocumentApi::UEPolicySetDocumentApi( UEPolicySetDocumentApi::UEPolicySetDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -141,7 +138,4 @@ void UEPolicySetDocumentApi::ue_policy_set_document_api_default_handler( ...@@ -141,7 +138,4 @@ void UEPolicySetDocumentApi::ue_policy_set_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 "UePolicySetPatch.h" #include "UePolicySetPatch.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 UEPolicySetDocumentApi { class UEPolicySetDocumentApi {
public: public:
...@@ -88,9 +85,9 @@ private: ...@@ -88,9 +85,9 @@ private:
}; };
} }
}
}
}
#endif /* UEPolicySetDocumentApi_H_ */ #endif /* UEPolicySetDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "UEsLocationInformationDocumentApi.h" #include "UEsLocationInformationDocumentApi.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;
UEsLocationInformationDocumentApi::UEsLocationInformationDocumentApi( UEsLocationInformationDocumentApi::UEsLocationInformationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -84,7 +81,4 @@ void UEsLocationInformationDocumentApi:: ...@@ -84,7 +81,4 @@ void UEsLocationInformationDocumentApi::
"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 "LocationInfo.h" #include "LocationInfo.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 UEsLocationInformationDocumentApi { class UEsLocationInformationDocumentApi {
public: public:
...@@ -64,9 +61,9 @@ private: ...@@ -64,9 +61,9 @@ private:
}; };
} }
}
}
}
#endif /* UEsLocationInformationDocumentApi_H_ */ #endif /* UEsLocationInformationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "UsageMonitoringInformationDocumentApi.h" #include "UsageMonitoringInformationDocumentApi.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;
UsageMonitoringInformationDocumentApi::UsageMonitoringInformationDocumentApi( UsageMonitoringInformationDocumentApi::UsageMonitoringInformationDocumentApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -147,7 +144,4 @@ void UsageMonitoringInformationDocumentApi:: ...@@ -147,7 +144,4 @@ void UsageMonitoringInformationDocumentApi::
"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 "UsageMonData.h" #include "UsageMonData.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 UsageMonitoringInformationDocumentApi { class UsageMonitoringInformationDocumentApi {
public: public:
...@@ -89,9 +86,9 @@ private: ...@@ -89,9 +86,9 @@ private:
}; };
} }
}
}
}
#endif /* UsageMonitoringInformationDocumentApi_H_ */ #endif /* UsageMonitoringInformationDocumentApi_H_ */
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
#include "V2XSubscriptionDataApi.h" #include "V2XSubscriptionDataApi.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;
V2XSubscriptionDataApi::V2XSubscriptionDataApi( V2XSubscriptionDataApi::V2XSubscriptionDataApi(
std::shared_ptr<Pistache::Rest::Router> rtr) { std::shared_ptr<Pistache::Rest::Router> rtr) {
...@@ -85,7 +82,4 @@ void V2XSubscriptionDataApi::v2_x_subscription_data_api_default_handler( ...@@ -85,7 +82,4 @@ void V2XSubscriptionDataApi::v2_x_subscription_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
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "V2xSubscriptionData.h" #include "V2xSubscriptionData.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 V2XSubscriptionDataApi { class V2XSubscriptionDataApi {
public: public:
...@@ -66,9 +63,9 @@ private: ...@@ -66,9 +63,9 @@ private:
}; };
} }
}
}
}
#endif /* V2XSubscriptionDataApi_H_ */ #endif /* V2XSubscriptionDataApi_H_ */
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