X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frest%2Fmodel%2FRestModel.h;fp=src%2Frest%2Fmodel%2FRestModel.h;h=266e221896ced88ca24262565576e257aca76f8d;hb=a0bada6bf7af92d281c381092e7d6881c67d905f;hp=0000000000000000000000000000000000000000;hpb=488447aed60cc52b06d71d50bee4ecf10025f7e1;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/src/rest/model/RestModel.h b/src/rest/model/RestModel.h new file mode 100644 index 0000000..266e221 --- /dev/null +++ b/src/rest/model/RestModel.h @@ -0,0 +1,15 @@ +#ifndef XAPP_MODEL_H +#define XAPP_MODEL_H +#include "ModelBase.h" +#include "SubsequentAction.h" +#include "ActionToBeSetup.h" +#include "SubscriptionResponse.h" +#include "ConfigMetadata.h" +#include "SubscriptionDetail.h" +#include "SubscriptionParams_ClientEndpoint.h" +#include "SubscriptionParams_E2SubscriptionDirectives.h" +#include "SubscriptionParams.h" +#include "SubscriptionInstance.h" +#include "SubscriptionData.h" + +#endif /*XAPP_MODEL_H*/