X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2FthreadSafe.ml;h=9902795ff39f4c483bc04be015bd70df0df638b7;hb=5d7d6bd5090f3f82279bef0b93b4b361a5b1d751;hp=72494ef43439736b4e6ec7e9b20ea9c52cd0b89a;hpb=86e80bc65186bf4c2824dc94f5f4dd5966843f14;p=helm.git diff --git a/helm/http_getter/threadSafe.ml b/helm/http_getter/threadSafe.ml index 72494ef43..9902795ff 100644 --- a/helm/http_getter/threadSafe.ml +++ b/helm/http_getter/threadSafe.ml @@ -1,5 +1,7 @@ (* - * Copyright (C) 2000, HELM Team. + * Copyright (C) 2003: + * Stefano Zacchiroli + * for the HELM Team http://helm.cs.unibo.it/ * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -21,11 +23,11 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) -let debug = false -let debug_print msg = if debug then prerr_endline msg +open Http_getter_debugger;; +let debug_print _ = ();; (* override debugger 'debug_print' *) class threadSafe = object (self)