Index: ceee/ie/broker/broker_rpc_lib.idl |
=================================================================== |
--- ceee/ie/broker/broker_rpc_lib.idl (revision 67774) |
+++ ceee/ie/broker/broker_rpc_lib.idl (working copy) |
@@ -27,8 +27,10 @@ |
// @name Remote calls. |
// @{ |
// Fires event to broker. |
+// @param context is required to avoid execution by wrong broker instance. |
void FireEvent( |
[in] handle_t binding_handle, |
+ [in] BrokerContextHandle context, |
[in, string] const char* event_name, |
[in, string] const char* event_args); |