mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/im/imProtocol.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/im/imProtocol.ml
Date: Mon, 10 Oct 2005 12:22:44 -0400

Index: mldonkey/src/im/imProtocol.ml
diff -u mldonkey/src/im/imProtocol.ml:1.3 mldonkey/src/im/imProtocol.ml:1.4
--- mldonkey/src/im/imProtocol.ml:1.3   Wed Mar  2 20:37:09 2005
+++ mldonkey/src/im/imProtocol.ml       Mon Oct 10 16:22:25 2005
@@ -58,14 +58,14 @@
   
 let dummy_protocol = as_protocol dummy_protocol_impl  
 
-module Hnum = Weak2.Make(struct
+module Hnum = Weak.Make(struct
       type t = protocol
       let hash protocol = Hashtbl.hash (protocol_num protocol)
       
       let equal x y  = (protocol_num x) = (protocol_num y)
     end)
 
-module Hname = Weak2.Make(struct
+module Hname = Weak.Make(struct
       type t = protocol
       let hash protocol = Hashtbl.hash (protocol_name protocol)
       




reply via email to

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