[private]
send our overlay to the backend
00042 : 00043 """ send our overlay to the backend """ 00044 pak = overlay_archive() 00045 qo.backup.push_overlay(pak) 00046 if pak.flush() : 00047 qo.bridge.sendfile("overlay", pak.bckfile(), pak.mimetype()) 00048 00049 class send_overlay_action :
00060 : 00061 """ send our overlay to the backend """ 00062 send_overlay_action.execute() 00063 00064 00065