Index: ceee/ie/broker/broker_rpc_lib.idl |
=================================================================== |
--- ceee/ie/broker/broker_rpc_lib.idl (revision 0) |
+++ ceee/ie/broker/broker_rpc_lib.idl (revision 0) |
@@ -0,0 +1,25 @@ |
+import "oaidl.idl"; |
+import "ocidl.idl"; |
+ |
+ |
+[ uuid (931C5D3F-A6D7-411B-98ED-789FC9291302), |
+ version(1.1), |
+ pointer_default(unique), |
+] |
+interface Broker { |
+ |
+typedef [context_handle] void* BrokerContextHandle; |
+ |
+BrokerContextHandle Connect( |
+ [in] handle_t binding_handle); |
+ |
+void Disconnect( |
+ [in] handle_t binding_handle, |
+ [in, out] BrokerContextHandle* context); |
+ |
+void FireEvent( |
+ [in] handle_t binding_handle, |
+ [in] BSTR event_name, |
+ [in] BSTR event_args); |
+ |
+} |
Property changes on: ceee\ie\broker\broker_rpc_lib.idl |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |