summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/webserver.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/webserver.h b/include/webserver.h
index 2509870..8b93a02 100644
--- a/include/webserver.h
+++ b/include/webserver.h
@@ -34,13 +34,13 @@ namespace upnp {
bool Start();
void Stop();
- const std::string GetBaseUrl() const;
- const std::string GetServiceUrl() const;
- const std::string GetControlUrl() const;
- const std::string GetStaticContentUrl() const;
- const std::string GetPresentationUrl() const;
+ std::string GetBaseUrl() const;
+ std::string GetServiceUrl() const;
+ std::string GetControlUrl() const;
+ std::string GetStaticContentUrl() const;
+ std::string GetPresentationUrl() const;
- const std::string GetThumbnailDir() const;
+ std::string GetThumbnailDir() const;
std::string GetListenerAddress() const { return mListenerAddress; }
uint16_t GetListenerPort() const { return mListenerPort; }