Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
de5ebf1a
Commit
de5ebf1a
authored
Aug 10, 2020
by
legoc
Browse files
(split) Added Request::getRequesterEndpoint() function
parent
56db6c57
Changes
4
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
de5ebf1a
0.3.2
-----
* Added Request::getRequesterEndpoint() function.
0.3.1
-----
...
...
configure.ac
View file @
de5ebf1a
...
...
@@ -4,8 +4,8 @@
#
# -----------------------------------------------------------------------------
AC_INIT(cameo-api-cpp, 0.3.
1
)
LIBRARY_VERSION=0:3:
1
AC_INIT(cameo-api-cpp, 0.3.
2
)
LIBRARY_VERSION=0:3:
2
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/cameo/Application.cpp)
...
...
src/cameo/Application.cpp
View file @
de5ebf1a
...
...
@@ -979,6 +979,10 @@ std::string Request::getObjectId() const {
+
m_impl
->
m_requesterServerEndpoint
;
}
std
::
string
Request
::
getRequesterEndpoint
()
const
{
return
m_impl
->
m_requesterServerEndpoint
;
}
void
Request
::
setTimeout
(
int
value
)
{
m_impl
->
setTimeout
(
value
);
}
...
...
src/cameo/Application.h
View file @
de5ebf1a
...
...
@@ -393,6 +393,7 @@ public:
~
Request
();
std
::
string
getObjectId
()
const
;
std
::
string
getRequesterEndpoint
()
const
;
const
std
::
string
&
getBinary
()
const
;
std
::
string
get
()
const
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment