gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash libbase/noseek_fd_adapter.h ChangeLog


From: Sandro Santilli
Subject: [Gnash-commit] gnash libbase/noseek_fd_adapter.h ChangeLog
Date: Thu, 12 Jun 2008 12:15:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/06/12 12:15:08

Modified files:
        libbase        : noseek_fd_adapter.h 
        .              : ChangeLog 

Log message:
        drop tu_file references

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/noseek_fd_adapter.h?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6910&r2=1.6911

Patches:
Index: libbase/noseek_fd_adapter.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/noseek_fd_adapter.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/noseek_fd_adapter.h 9 Jun 2008 14:31:52 -0000       1.10
+++ libbase/noseek_fd_adapter.h 12 Jun 2008 12:15:07 -0000      1.11
@@ -28,19 +28,20 @@
 class IOChannel;
 
 
-/// Code to use volatile (non-back-seekable) streams as tu_files
-/// by storing read bytes in a temporary file.
+/// Code to use volatile (non-back-seekable) streams as IOChannel
+/// objects (which are seekable by definition) by storing read bytes
+/// in a temporary file.
 namespace noseek_fd_adapter
 {
 
 /// \brief
-/// Returns a read-only tu_file stream that fetches data
+/// Returns a read-only IOChannel that fetches data
 /// from an file descriptor open for read.
 //
-/// The caller owns the returned tu_file*.  
+/// The caller owns the returned IOChannel.  
 ///
 /// Specify a cachefilename if you want to be able to access
-/// the full cache after deletion of the returned tu_file.
+/// the full cache after deletion of the returned IOChannel.
 ///
 DSOEXPORT IOChannel* make_stream(int fd, const char* cachefilename=NULL);
 

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6910
retrieving revision 1.6911
diff -u -b -r1.6910 -r1.6911
--- ChangeLog   12 Jun 2008 12:13:19 -0000      1.6910
+++ ChangeLog   12 Jun 2008 12:15:08 -0000      1.6911
@@ -4,7 +4,7 @@
 
 2008-06-12 Sandro Santilli <address@hidden>
 
-       * libbase/noseek_fd_adapter.cpp: drop tu_file use, make the adapter
+       * libbase/noseek_fd_adapter.{cpp,h}: drop tu_file use, make the adapter
          an IOChanel subclass.
 
 2008-06-12 Benjamin Wolsey <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]