X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2Fgetter.mli;fp=helm%2Finterface%2Fgetter.mli;h=0000000000000000000000000000000000000000;hb=fa11ed6dc134f8ad3421c37a97271018e075bbed;hp=c0e882c99898f3c106644bc35035b4268565bb83;hpb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;p=helm.git diff --git a/helm/interface/getter.mli b/helm/interface/getter.mli deleted file mode 100644 index c0e882c99..000000000 --- a/helm/interface/getter.mli +++ /dev/null @@ -1,25 +0,0 @@ -(******************************************************************************) -(* *) -(* PROJECT HELM *) -(* *) -(* Claudio Sacerdoti Coen *) -(* 24/01/2000 *) -(* *) -(* *) -(******************************************************************************) - -(* get : uri -> filename *) -(* If uri is the URI of an annotation, the annotated object is processed *) -val get : UriManager.uri -> string - -(* get_ann : uri -> filename *) -(* If uri is the URI of an annotation, the annotation file is processed *) -val get_ann : UriManager.uri -> string - -(* get_ann_file_name_and_uri : uri -> filename * annuri *) -(* If given an URI, it returns the name of the corresponding *) -(* annotation file and the annotation uri *) -val get_ann_file_name_and_uri : UriManager.uri -> string * UriManager.uri - -(* synchronize with the servers *) -val update : unit -> unit