File tree 1 file changed +6
-2
lines changed
modules/openapi-generator/src/main/resources/cpp-rest-sdk-client
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
#include "{ {packageName} }/ApiException.h"
14
14
#include "{ {packageName} }/IHttpBody.h"
15
15
#include "{ {packageName} }/HttpContent.h"
16
- { {^hasModelImport} }#include "{ {packageName} }/ModelBase.h"{ {/hasModelImport} }
16
+ { {^hasModelImport} }
17
+ #include "{ {packageName} }/ModelBase.h"
18
+ { {/hasModelImport} }
17
19
#if defined (_WIN32) || defined (_WIN64)
18
20
#undef U
19
21
#endif
@@ -52,7 +54,9 @@ public:
52
54
static utility::string_t parameterToString(double value);
53
55
static utility::string_t parameterToString(const utility::datetime &value);
54
56
static utility::string_t parameterToString(bool value);
55
- {{^hasModelImport} }static utility::string_t parameterToString(const ModelBase& value);{ {/hasModelImport} }
57
+ {{^hasModelImport} }
58
+ static utility::string_t parameterToString(const ModelBase& value);
59
+ { {/hasModelImport} }
56
60
template<class T >
57
61
static utility::string_t parameterToString(const std::vector<T >& value);
58
62
template<class T >
You can’t perform that action at this time.
0 commit comments