Index: ceee/ie/broker/api_dispatcher.h |
=================================================================== |
--- ceee/ie/broker/api_dispatcher.h (revision 66617) |
+++ ceee/ie/broker/api_dispatcher.h (working copy) |
@@ -42,7 +42,7 @@ |
// |
// @param event_name The name of the event to fire. |
// @param event_args The JSON encoded event arguments. |
- virtual void FireEvent(BSTR event_name, BSTR event_args); |
+ virtual void FireEvent(const char* event_name, const char* event_args); |
// This class holds on the result and can be derived from to generate results |
// that are either specific to tabs or windows for example. |