summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
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();