Changeset 1279
- Timestamp:
- 01/25/08 23:34:22 (5 years ago)
- Files:
-
- 1 modified
-
coldbox/trunk/ApplicationTemplate/coldboxproxy.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/ApplicationTemplate/coldboxproxy.cfc
r968 r1279 14 14 15 15 <!--- You can override this method if you want to intercept before and after. ---> 16 <cffunction name="process" output="false" access=" public" returntype="any" hint="Process a remote call and return data/objects back.">16 <cffunction name="process" output="false" access="remote" returntype="any" hint="Process a remote call and return data/objects back."> 17 17 <cfset var results = ""> 18 18
