Show
Ignore:
Timestamp:
11/21/2009 11:29:49 AM (4 months ago)
Author:
peterfarrell
Message:

- Added in missing output attributes on cffunctions (long story)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/1-8-0/trunk/framework/EventFilterManager.cfc

    r1892 r1972  
    174174        </cffunction> 
    175175 
    176         <cffunction name="configure" access="public" returntype="void" 
     176        <cffunction name="configure" access="public" returntype="void" output="false" 
    177177                hint="Configures each of the registered EventFilters."> 
    178178                 
     
    188188        </cffunction> 
    189189 
    190         <cffunction name="deconfigure" access="public" returntype="void" 
     190        <cffunction name="deconfigure" access="public" returntype="void" output="false" 
    191191                hint="Performs deconfiguration logic."> 
    192192