/[mldonkey]/mldonkey/src/im/imChat.ml
ViewVC logotype

Diff of /mldonkey/src/im/imChat.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by spiralvoice, Wed Mar 2 20:37:09 2005 UTC revision 1.4 by spiralvoice, Mon Oct 10 16:22:25 2005 UTC
# Line 61  let dummy_chat_impl = { Line 61  let dummy_chat_impl = {
61        
62  let dummy_chat = as_chat dummy_chat_impl    let dummy_chat = as_chat dummy_chat_impl  
63    
64  module H = Weak2.Make(struct  module H = Weak.Make(struct
65        type t = chat        type t = chat
66        let hash chat = Hashtbl.hash (chat_num chat)        let hash chat = Hashtbl.hash (chat_num chat)
67                

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26