gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server gnash.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server gnash.h
Date: Fri, 03 Nov 2006 15:28:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/11/03 15:28:30

Modified files:
        server         : gnash.h 

Log message:
                * libbase\noseek_fd_adapter.cpp: ssize_t ==> size_t
                * libbase\container.h: Has forgotten to clean marks
                * server\asobj\NetStream.cpp: Has forgotten to clean marks
                * server\gnash.h: Has forgotten to clean marks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/gnash.h?cvsroot=gnash&r1=1.72&r2=1.73

Patches:
Index: gnash.h
===================================================================
RCS file: /sources/gnash/gnash/server/gnash.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- gnash.h     31 Oct 2006 09:46:07 -0000      1.72
+++ gnash.h     3 Nov 2006 15:28:30 -0000       1.73
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: gnash.h,v 1.72 2006/10/31 09:46:07 nihilus Exp $ */
+/* $Id: gnash.h,v 1.73 2006/11/03 15:28:30 alexeev Exp $ */
 
 /// \mainpage
 ///
@@ -388,7 +388,7 @@
 {
 public:
 
-       typedef void (*aux_streamer_ptr)(void *udata, uint8 *stream, int len);  
//vv
+       typedef void (*aux_streamer_ptr)(void *udata, uint8 *stream, int len);
 
        struct sound_envelope
        {
@@ -467,13 +467,13 @@
        //// @return Whether or not sound is muted.
        virtual bool    is_muted() = 0;
 
-       virtual void    attach_aux_streamer(aux_streamer_ptr ptr, void* owner) 
= 0;     //vv
-       virtual void    detach_aux_streamer(void* owner) = 0;   //vv
+       virtual void    attach_aux_streamer(aux_streamer_ptr ptr, void* owner) 
= 0;
+       virtual void    detach_aux_streamer(void* owner) = 0;
 
        // Converts input data to the SDL output format.
        virtual void    convert_raw_data(int16_t** adjusted_data,
                          int* adjusted_size, void* data, int sample_count,
-                         int sample_size, int sample_rate, bool stereo) = 0;   
//vv
+                         int sample_size, int sample_rate, bool stereo) = 0;
 
        virtual ~sound_handler() {};
 




reply via email to

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