summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-12-09 12:25:11 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-12-09 12:25:11 (GMT)
commit9b8e09c3fde755ec26e5c21b9640f53ed9329d05 (patch)
treec7001e5bfc551a24e3cee0b3fb014791e0685b44 /src/uscxml/util
parent9fae96bbf295fcd867d60bf45d9c3b825ae692c2 (diff)
downloaduscxml-9b8e09c3fde755ec26e5c21b9640f53ed9329d05.zip
uscxml-9b8e09c3fde755ec26e5c21b9640f53ed9329d05.tar.gz
uscxml-9b8e09c3fde755ec26e5c21b9640f53ed9329d05.tar.bz2
Removed easylogging due to JNI segfaults
Diffstat (limited to 'src/uscxml/util')
-rw-r--r--src/uscxml/util/DOM.cpp4
-rw-r--r--src/uscxml/util/URL.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/uscxml/util/DOM.cpp b/src/uscxml/util/DOM.cpp
index 1de6423..cc1e2d7 100644
--- a/src/uscxml/util/DOM.cpp
+++ b/src/uscxml/util/DOM.cpp
@@ -29,7 +29,7 @@
#include <xercesc/dom/DOM.hpp>
#include <xercesc/framework/StdOutFormatTarget.hpp>
-#include "easylogging++.h"
+#include "uscxml/interpreter/Logging.h"
//#include <glog/logging.h>
//#include <boost/algorithm/string.hpp>
@@ -392,4 +392,4 @@ std::list<DOMNode*> DOMUtils::filterChildType(const DOMNode::NodeType type,
}
-} \ No newline at end of file
+}
diff --git a/src/uscxml/util/URL.cpp b/src/uscxml/util/URL.cpp
index 79a0ad9..1dd6154 100644
--- a/src/uscxml/util/URL.cpp
+++ b/src/uscxml/util/URL.cpp
@@ -23,7 +23,7 @@
#include <string>
#include <cassert>
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include "uscxml/config.h"
@@ -784,4 +784,4 @@ URLFetcher* URLFetcher::getInstance() {
}
-} \ No newline at end of file
+}