summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-20 19:28:50 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-20 19:28:50 (GMT)
commitc1ebae519210cd4d09eb63bde593d48e769ad7ca (patch)
tree488cfd8056c2e727a7b49882c2f3d46240d00998 /src/uscxml/URL.h
parent26609f8b8097b21e952835e7064bc938c8542d93 (diff)
downloaduscxml-c1ebae519210cd4d09eb63bde593d48e769ad7ca.zip
uscxml-c1ebae519210cd4d09eb63bde593d48e769ad7ca.tar.gz
uscxml-c1ebae519210cd4d09eb63bde593d48e769ad7ca.tar.bz2
Support for event.raw and more XPath datamodel refactorings
Diffstat (limited to 'src/uscxml/URL.h')
-rw-r--r--src/uscxml/URL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/URL.h b/src/uscxml/URL.h
index 37b0614..402666f 100644
--- a/src/uscxml/URL.h
+++ b/src/uscxml/URL.h
@@ -177,7 +177,7 @@ public:
const std::string asLocalFile(const std::string& suffix, bool reload = false) {
return _impl->asLocalFile(suffix, reload);
}
-
+
static URL asBaseURL(const URL& url);
static void toBaseURL(URL& uri);