diff options
author | xue <> | 2006-07-21 16:14:01 +0000 |
---|---|---|
committer | xue <> | 2006-07-21 16:14:01 +0000 |
commit | c0d9d27f16bae2e428225302da144e9cc6d4adc8 (patch) | |
tree | ef7b611d7c87931a3fcfcaf9e4cbb94641640f63 /UPGRADE | |
parent | 0c16571c091f8c4c89ae18427b2c2994cd4cf3bb (diff) |
merge from 3.0 branch till 1281.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ for both A and B. Upgrading from v3.0.2
---------------------
+- The signature of TControl::broadcastEvent() is changed from
+ broadcastEvent($sender,TBroadCastEventParameter $param) to
+ broadcastEvent($name,$sender,$param).
+ This makes the call to broadcastEvent() to be consistent with raiseEvent().
Upgrading from v3.0.1
---------------------
|