gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase curl_adapter.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libbase curl_adapter.h
Date: Thu, 12 Jun 2008 12:12:46 +0000

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

Modified files:
        libbase        : curl_adapter.h 

Log message:
        drop tu_file references

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/curl_adapter.h?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: curl_adapter.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/curl_adapter.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- curl_adapter.h      9 Jun 2008 14:31:52 -0000       1.12
+++ curl_adapter.h      12 Jun 2008 12:12:46 -0000      1.13
@@ -28,22 +28,22 @@
 class IOChannel;
 
 
-/// Code to wrap libcurl around a tu_file stream.
+/// Code to use libcurl as an IOChannel stream.
 namespace curl_adapter {
 
 /// \brief
-/// Returns a read-only tu_file stream that fetches data
+/// Returns a read-only IOChannel that fetches data
 /// from an url.
 //
-/// The caller owns the returned tu_file*.  
+/// The caller owns the returned IOChannel.  
 ///
 DSOEXPORT IOChannel* make_stream(const char* url);
 
 /// \brief
-/// Returns a read-only tu_file stream that fetches data
+/// Returns a read-only IOChannel that fetches data
 /// from an url getting posted to.
 //
-/// The caller owns the returned tu_file*.  
+/// The caller owns the returned IOChannel.  
 ///
 /// @param url
 ///    The url to post to.




reply via email to

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