mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.5.2.1
This commit is contained in:
@@ -16,8 +16,9 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.xowa; import gplx.*;
|
||||
import gplx.core.primitives.*; import gplx.gfui.*; import gplx.xowa.files.*; import gplx.xowa.files.repos.*;
|
||||
import gplx.xowa.wmfs.*; import gplx.xowa.wmfs.apis.*; import gplx.xowa.files.exts.*;
|
||||
import gplx.core.primitives.*; import gplx.gfui.*;
|
||||
import gplx.xowa.files.*; import gplx.xowa.files.repos.*; import gplx.xowa.files.exts.*; import gplx.xowa.files.downloads.*;
|
||||
import gplx.xowa.wmfs.*; import gplx.xowa.wmfs.apis.*;
|
||||
public class Xof_xfer_mgr {
|
||||
public Xof_xfer_mgr(Xof_file_mgr file_mgr, Xowmf_mgr wmf_mgr) {this.file_mgr = file_mgr; this.wmf_mgr = wmf_mgr;} private final Xof_file_mgr file_mgr; private final Xowmf_mgr wmf_mgr;
|
||||
public Xof_xfer_rslt Rslt() {return rslt;} private Xof_xfer_rslt rslt = new Xof_xfer_rslt();
|
||||
|
||||
@@ -57,5 +57,5 @@ public class Xof_xfer_queue_html_fxt extends Xof_xfer_queue_base_fxt {
|
||||
if (this.Html_w() != -1) Tfds.Eq(this.Html_w(), xfer_itm.Html_w());
|
||||
if (this.Html_h() != -1) Tfds.Eq(this.Html_h(), xfer_itm.Html_h());
|
||||
queue.Clear();
|
||||
} private Gfo_usr_dlg usr_dlg = Gfo_usr_dlg_.Null;
|
||||
} private Gfo_usr_dlg usr_dlg = Gfo_usr_dlg_.Noop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user