summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-23 20:18:34 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-01-23 20:18:34 (GMT)
commite1f59bb39d4722d0693e22b362ba834256f4d79c (patch)
treead6ffe7b1ff54b3ba523a2f6886b8426d60e094d /src/uscxml/Interpreter.cpp
parent956db4a059f5151b883f8d6febea3d2a7fd56104 (diff)
downloaduscxml-e1f59bb39d4722d0693e22b362ba834256f4d79c.zip
uscxml-e1f59bb39d4722d0693e22b362ba834256f4d79c.tar.gz
uscxml-e1f59bb39d4722d0693e22b362ba834256f4d79c.tar.bz2
IMAP Invoker functional
Diffstat (limited to 'src/uscxml/Interpreter.cpp')
-rw-r--r--src/uscxml/Interpreter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index 07a3431..c3a85f9 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -1134,9 +1134,9 @@ void InterpreterImpl::invoke(const Arabica::DOM::Node<std::string>& element) {
invoker.invoke(invokeReq);
// this is out of draft but so useful to know when an invoker started
- Event invSuccess;
- invSuccess.name = "invoke.success." + invokeReq.invokeid;
- receive(invSuccess);
+// Event invSuccess;
+// invSuccess.name = "invoke.success." + invokeReq.invokeid;
+// receive(invSuccess);
} catch(boost::bad_lexical_cast e) {
LOG(ERROR) << "Exception caught while sending invoke request to invoker " << invokeReq.invokeid << ": " << e.what();