summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-01-10 02:40:12 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-01-10 02:40:12 (GMT)
commit613cf9fb6fe4b24bc7852d5a31953f6ff419e43c (patch)
tree8459365c5a6a00503063b0bf1d516fce5ea4d891 /src/uscxml/URL.h
parentc699a4057a65a9a09f78310d8e12588f2dc072cd (diff)
downloaduscxml-613cf9fb6fe4b24bc7852d5a31953f6ff419e43c.zip
uscxml-613cf9fb6fe4b24bc7852d5a31953f6ff419e43c.tar.gz
uscxml-613cf9fb6fe4b24bc7852d5a31953f6ff419e43c.tar.bz2
Beautified code
Diffstat (limited to 'src/uscxml/URL.h')
-rw-r--r--src/uscxml/URL.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/URL.h b/src/uscxml/URL.h
index 20a22cc..1da2e7f 100644
--- a/src/uscxml/URL.h
+++ b/src/uscxml/URL.h
@@ -232,14 +232,14 @@ public:
}
void dump();
-
+
void addMonitor(URLMonitor* monitor) {
_impl->addMonitor(monitor);
}
void removeMonitor(URLMonitor* monitor) {
_impl->removeMonitor(monitor);
}
-
+
bool downloadFailed() {
return _impl->downloadFailed();
}
@@ -286,7 +286,7 @@ public:
operator std::string() const {
return asString();
}
-
+
protected:
void downloadStarted() {
return _impl->downloadStarted();