summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/SetPortValueEvent.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-14 03:08:21 +0000
committerDavid Robillard <d@drobilla.net>2008-08-14 03:08:21 +0000
commit239583b0ef7e37dca95a3bf9f3c16648e6aa140d (patch)
tree25716cec31483ffbe9e0acf36086095a07567339 /src/libs/engine/events/SetPortValueEvent.hpp
parent665da1cd4b65de0459fcda0e6e75552a4751c5b6 (diff)
downloadingen-239583b0ef7e37dca95a3bf9f3c16648e6aa140d.tar.gz
ingen-239583b0ef7e37dca95a3bf9f3c16648e6aa140d.tar.bz2
ingen-239583b0ef7e37dca95a3bf9f3c16648e6aa140d.zip
Gracefully handle illegal port paths from client for set_port_value.
git-svn-id: http://svn.drobilla.net/lad/ingen@1364 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/SetPortValueEvent.hpp')
-rw-r--r--src/libs/engine/events/SetPortValueEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/SetPortValueEvent.hpp b/src/libs/engine/events/SetPortValueEvent.hpp
index 6f89fc20..5c952a61 100644
--- a/src/libs/engine/events/SetPortValueEvent.hpp
+++ b/src/libs/engine/events/SetPortValueEvent.hpp
@@ -66,7 +66,7 @@ public:
void post_process();
private:
- enum ErrorType { NO_ERROR, PORT_NOT_FOUND, NO_SPACE };
+ enum ErrorType { NO_ERROR, PORT_NOT_FOUND, NO_SPACE, ILLEGAL_PATH };
bool _queued;
bool _omni;