Index: openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 12 Sep 2003 13:00:31 -0000 1.7 +++ openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 16 Sep 2003 13:07:42 -0000 1.8 @@ -320,14 +320,14 @@ Create service contract for account registration. } { set spec { - name "GetDocument" + name "auth_sync_retrieve" description "Retrieve a document, e.g. using HTTP, SMP, FTP, SOAP, etc." operations { GetDocument { description { Retrieves the document. Returns doc_status of 'ok', 'get_error', or 'failed_to_connect'. If not 'ok', then it should set doc_message to explain the problem. If 'ok', it must set - document to the document retrieved. + document to the document retrieved, and set snapshot_p to t if it has retrieved a snapshot document. } input { parameters:string,multiple @@ -336,6 +336,7 @@ doc_status:string doc_message:string document:string + snapshot_p:string } } GetParameters {