diff options
Diffstat (limited to 'src/main/idl')
| -rw-r--r-- | src/main/idl/Entity.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/idl/Entity.idl b/src/main/idl/Entity.idl index 2aa9188..51884a3 100644 --- a/src/main/idl/Entity.idl +++ b/src/main/idl/Entity.idl @@ -101,7 +101,7 @@ module entity * @throws PersistencyException There was a problem committing the changes to storage.
* @throws ObjectAlreadyExistsException Not normally thrown, but reserved for PredefinedSteps to throw if they need to.
**/
- void requestAction( in unsigned long agentID,
+ string requestAction( in unsigned long agentID,
in string stepPath,
in unsigned long transitionID,
in string requestData
|
