Modified:
trunk/imbus/src/im_event_types.h
Log:
Updated the definition of IM_EVENT_REGISTER_COMPONENT event.
Modified: trunk/imbus/src/im_event_types.h
==============================================================================
--- trunk/imbus/src/im_event_types.h (original)
+++ trunk/imbus/src/im_event_types.h Thu Jan 17 00:22:50 2008
@@ -41,10 +41,13 @@
*
* Has reply event: Yes
* Reply data:
- * - IMUInt32
- * Unique ID for corresponding component, allocated by IMBUS.
- * If IMBUS failed to process this event, then
- * IM_EVENT_SOURCE_INVALID will be returned.
+ * - IMString
+ * Unique string ID of the component to be registered.
+ *
+ * If the component was registered into IMBUS successfully, then
the Dest
+ * ID of the replied event is the unique ID allocated to the
component by
+ * IMBUS. The component shall store the dest ID and use it later
as source
+ * ID for any events sent to IMBUS.
*/
IM_EVENT_REGISTER_COMPONENT,