summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/MicroStepImpl.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-07-11 12:56:11 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-07-11 12:56:11 (GMT)
commit5fa85b7377db25a73a2208063e3167e82febe98f (patch)
tree2ea561e90cb84ff805387c377a967c076b5b99a6 /src/uscxml/interpreter/MicroStepImpl.h
parent1a362feda9d514ee30ad8815394ce11da2bdd29a (diff)
downloaduscxml-5fa85b7377db25a73a2208063e3167e82febe98f.zip
uscxml-5fa85b7377db25a73a2208063e3167e82febe98f.tar.gz
uscxml-5fa85b7377db25a73a2208063e3167e82febe98f.tar.bz2
Reactivated REST bridge for debugger
Diffstat (limited to 'src/uscxml/interpreter/MicroStepImpl.h')
-rw-r--r--src/uscxml/interpreter/MicroStepImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/interpreter/MicroStepImpl.h b/src/uscxml/interpreter/MicroStepImpl.h
index cb4aec6..a9287aa 100644
--- a/src/uscxml/interpreter/MicroStepImpl.h
+++ b/src/uscxml/interpreter/MicroStepImpl.h
@@ -61,6 +61,7 @@ public:
/** Monitoring */
virtual std::set<InterpreterMonitor*> getMonitors() = 0;
+ virtual InterpreterImpl* getInterpreter() = 0;
};
/**