Changeset 650

Show
Ignore:
Timestamp:
05/14/07 01:46:17 (6 years ago)
Author:
lmajano
Message:

Refactoring of super type

Location:
coldbox/trunk/src/system
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/src/system/eventhandler.cfc

    r635 r650  
    1919                         hint="This is the event handler base cfc." 
    2020                         output="false" 
    21                          extends="coldbox.system.util.actioncontroller"> 
     21                         extends="frameworkSupertype"> 
    2222 
    2323<!------------------------------------------- CONSTRUCTOR -------------------------------------------> 
  • coldbox/trunk/src/system/plugin.cfc

    r635 r650  
    1414<cfcomponent name="plugin" 
    1515                         hint="This is the plugin base cfc." 
    16                          extends="coldbox.system.util.actioncontroller" 
     16                         extends="frameworkSupertype" 
    1717                         output="false"> 
    1818 
     
    3535 
    3636<!------------------------------------------- INSTANCE MUTATORS AND ACCESSORS -------------------------------------------> 
    37          
     37 
    3838        <!--- ************************************************************* ---> 
    3939