summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-19 22:25:36 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-19 22:25:36 (GMT)
commitb9204bad8cc2957bc0ae6201640d2972e9d4c239 (patch)
tree6c7668606fb9b7016a01ce93993a654e95a63ef2 /src/uscxml/Interpreter.h
parent8b9ae4ba7aa509f467b97ae298642fbe1710ea36 (diff)
downloaduscxml-b9204bad8cc2957bc0ae6201640d2972e9d4c239.zip
uscxml-b9204bad8cc2957bc0ae6201640d2972e9d4c239.tar.gz
uscxml-b9204bad8cc2957bc0ae6201640d2972e9d4c239.tar.bz2
Find JavaScriptCoreGTK3 as well
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 66379f9..70fb888 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -114,9 +114,9 @@ public:
withHTTPS(true),
withWS(true),
logLevel(0),
- httpPort(0),
- httpsPort(0),
- wsPort(0) {
+ httpPort(5080),
+ httpsPort(5443),
+ wsPort(5081) {
}
bool withDebugger;