#pragma prefix "manut" module Executor { interface ExecCmd { boolean changeMode(in short mode); boolean setPorts(in short one, in short two, in short three); }; };