Show
Ignore:
Timestamp:
07/30/08 21:42:37 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Improvements to event declarations and raise statement per hopscc.
Add missing 'event' keyword. doh!
Assign event to local var to avoid race conditions.
Other refinements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Expr.cobra

    r1558 r1562  
    989989                        if defi inherits IType 
    990990                                return defi 
    991                         else 
     991                        else if defi inherits BoxEvent 
     992                                return defi.handlerType 
     993                        else     
    992994                                throw FallThroughException(defi) 
    993995                else