summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
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 dc889e3..3cd6016 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -364,7 +364,7 @@ public:
nameIter++;
}
}
-
+
const std::map<std::string, IOProcessor>& getIOProcessors() {
return _ioProcessors;
}
@@ -383,7 +383,7 @@ public:
_invokers[invokeId].setInterpreter(this);
_invokers[invokeId].setInvokeId(invokeId);
}
-
+
const std::map<std::string, Invoker>& getInvokers() {
return _invokers;
}
@@ -474,7 +474,7 @@ protected:
bool _domIsSetup;
bool _userSuppliedDataModel;
std::set<std::string> _dontDestructOnUninvoke;
-
+
bool _isStarted;
bool _isRunning;