mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTInterac


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTInteractive.ml
Date: Tue, 06 Dec 2005 14:34:18 -0500

Index: mldonkey/src/networks/bittorrent/bTInteractive.ml
diff -u mldonkey/src/networks/bittorrent/bTInteractive.ml:1.67 
mldonkey/src/networks/bittorrent/bTInteractive.ml:1.68
--- mldonkey/src/networks/bittorrent/bTInteractive.ml:1.67      Tue Dec  6 
19:04:29 2005
+++ mldonkey/src/networks/bittorrent/bTInteractive.ml   Tue Dec  6 19:34:05 2005
@@ -957,19 +957,15 @@
   file_ops.op_file_check <- op_file_check;
   file_ops.op_file_cancel <- op_file_cancel;
   file_ops.op_file_info <- op_file_info;
-  (* We don't do anything here as the name to save as is defined by the
-     torrent. We could change the name if we changed the torrent, too. *)
   file_ops.op_file_save_as <- (fun file name -> ());
 
   network.op_network_gui_message <- op_gui_message;
   network.op_network_connected <- op_network_connected;
   network.op_network_parse_url <- op_network_parse_url;
-  (* Shut up "Network.share not implemented by BitTorrent" *)
   network.op_network_share <- (fun fullname codedname size -> ());
-  (* Same with Network.forget_search and Network.search... *)
   network.op_network_forget_search <- (fun s -> ());
   network.op_network_search <- (fun ss buf -> ());
-  (* and Network.recover_temp *)
+  network.op_network_download <- (fun r -> dummy_file);
   network.op_network_recover_temp <- (fun s -> ());
   network.op_network_clean_exit <- (fun s ->
     List.iter (fun file -> BTClients.file_stop file) !current_files;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]