- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 23:52:16 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system In directory hutz:/tmp/cvs-serv28203 Modified Files: file-dir-sys.html Log Message: Change BlobWriter to FileWriter. Index: file-dir-sys.html =================================================================== RCS file: /sources/public/2009/dap/file-system/file-dir-sys.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- file-dir-sys.html 8 Jul 2010 18:21:31 -0000 1.12 +++ file-dir-sys.html 16 Jul 2010 23:52:14 -0000 1.13 @@ -787,10 +787,10 @@ </p> <dl title='[NoInterfaceObject] interface FileEntry : Entry, File' class='idl'> - <dt>BlobWriter createWriter ()</dt> + <dt>FileWriter createWriter ()</dt> <dd> <p> - Creates a new BlobWriter associated with the file that this + Creates a new FileWriter associated with the file that this FileEntry represents. </p> </dd> @@ -1301,10 +1301,10 @@ <dl title= '[NoInterfaceObject] interface FileEntrySync : EntrySync, File' class='idl'> - <dt>BlobWriterSync createWriter ()</dt> + <dt>FileWriterSync createWriter ()</dt> <dd> <p> - Creates a new BlobWriterSync associated with the file that this + Creates a new FileWriterSync associated with the file that this FileEntrySync represents. </p> </dd>
Received on Friday, 16 July 2010 23:52:17 UTC