summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-12-01 11:02:40 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-12-01 11:02:40 (GMT)
commitaf6609592298c5e047e37e5ae2b47e6a8edbb677 (patch)
treee6e7da1cd34dccf3fb4f389e684b7c899b12987a /src/uscxml/URL.h
parentd2e90c02e5ad19a5857e7c7fb87f248182fdb32d (diff)
downloaduscxml-af6609592298c5e047e37e5ae2b47e6a8edbb677.zip
uscxml-af6609592298c5e047e37e5ae2b47e6a8edbb677.tar.gz
uscxml-af6609592298c5e047e37e5ae2b47e6a8edbb677.tar.bz2
Nested invokers and delayed events for PROMELA model checking
Diffstat (limited to 'src/uscxml/URL.h')
-rw-r--r--src/uscxml/URL.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/uscxml/URL.h b/src/uscxml/URL.h
index 09d5ed0..20a22cc 100644
--- a/src/uscxml/URL.h
+++ b/src/uscxml/URL.h
@@ -283,6 +283,10 @@ public:
return _impl->operator Data();
}
+ operator std::string() const {
+ return asString();
+ }
+
protected:
void downloadStarted() {
return _impl->downloadStarted();
@@ -322,6 +326,7 @@ protected:
std::map<CURL*, URL> _handlesToURLs;
CURLM* _multiHandle;
+ char* _envProxy;
};
USCXML_API std::ostream& operator<< (std::ostream &stream, const URL& p);