CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/28 14:26:04

Modified files:
        server/asobj   : NetStream.h 

Log message:
        brief class description

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetStream.h?cvsroot=gnash&r1=1.33&r2=1.34

Patches:
Index: NetStream.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/NetStream.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- NetStream.h 16 May 2007 18:22:32 -0000      1.33
+++ NetStream.h 28 May 2007 14:26:04 -0000      1.34
@@ -18,7 +18,7 @@
 //
 //
 
-/*  $Id: NetStream.h,v 1.33 2007/05/16 18:22:32 tgc Exp $ */
+/*  $Id: NetStream.h,v 1.34 2007/05/28 14:26:04 strk Exp $ */
 
 #ifndef __NETSTREAM_H__
 #define __NETSTREAM_H__
@@ -44,6 +44,11 @@
 namespace gnash {
   
 
+/// NetStream ActionScript class
+//
+/// This class is responsible for handlign external
+/// media files. Provides interfaces for playback control.
+///
 class NetStream : public as_object {
 
 protected:


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to