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/BinaryOpExpr.cobra

    r1557 r1562  
    917917                        _dotRightExpr = right to IDotRightExpr 
    918918                        _isImplicit = isImplicit 
     919 
     920        get dotRight as IDotRightExpr 
     921                """ 
     922                Returns .right but with the more narrow type of IDotRightExpr. 
     923                """ 
     924                return _dotRightExpr 
    919925 
    920926        pro isImplicit from var