dashboard
repositories
filestore
activity
search
login
tmn
/
tmn-home
Home directory for Malawi's wwwroot
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added base files
Duncan Ewan
2021-02-19
3e758c29e0fde36fc088efcfc88f9a3014432b64
[tmn/tmn-home.git]
/
CFIDE
/
AIR
/
ISyncManager.cfc
1
2
3
4
5
6
7
8
<cfinterface>
<cffunction name="sync" access="public" returntype="any">
<cfargument name="operations" type="array" required="true">
<cfargument name="clientobjects" type="array" required="true">
<cfargument name="originalobjects" type="array" required="false">
</cffunction>
</cfinterface>