Changes between Version 3 and Version 4 of C4Syntax

Show
Ignore:
Timestamp:
06/26/08 11:30:40 (17 months ago)
Author:
marcoy (IP: 128.112.139.195)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C4Syntax

    v3 v4  
    44=== Around Advice === 
    55 
    6 In C4, an around advice is explicitly defined by using the `advice_around` keyword. In this context, the optional proceed(...) call  
     6In C4, an around advice is explicitly defined by using the `advice_around` keyword. In this context, the optional `proceed(...)` call  
    77is supported to invoke the function body. An example of around advice can be found in [#Example4 example 4]. We would greatly  
    88appreciate feedback on the use of around as currently defined.