From: <vr-...@us...> - 2003-04-16 12:16:46
|
Update of /cvsroot/alpp/openalpp/include/openalpp In directory sc8-pr-cvs1:/tmp/cvs-serv4430/include/openalpp Modified Files: filestreamupdater.h Log Message: Index: filestreamupdater.h =================================================================== RCS file: /cvsroot/alpp/openalpp/include/openalpp/filestreamupdater.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** filestreamupdater.h 16 Apr 2003 11:15:01 -0000 1.2 --- filestreamupdater.h 16 Apr 2003 12:16:43 -0000 1.3 *************** *** 38,42 **** * Updater for streams from files. */ ! class OPENALPP_API FileStreamUpdater : public StreamUpdater { OggVorbis_File *oggfile_; // The file structure unsigned int buffersize_; // Size of the buffer in bytes --- 38,42 ---- * Updater for streams from files. */ ! class FileStreamUpdater : public StreamUpdater { OggVorbis_File *oggfile_; // The file structure unsigned int buffersize_; // Size of the buffer in bytes *************** *** 51,55 **** * @param buffersize is the size of the buffer (in bytes) */ ! FileStreamUpdater(const OggVorbis_File &oggfile, const ALuint buffer1,ALuint buffer2, ALenum format,unsigned int frequency, --- 51,55 ---- * @param buffersize is the size of the buffer (in bytes) */ ! OPENALPP_API FileStreamUpdater(const OggVorbis_File &oggfile, const ALuint buffer1,ALuint buffer2, ALenum format,unsigned int frequency, *************** *** 59,63 **** * Destructor. */ ! ~FileStreamUpdater(); /** --- 59,63 ---- * Destructor. */ ! OPENALPP_API ~FileStreamUpdater(); /** *************** *** 65,69 **** * This will be called when the updater is Start():ed.. */ ! void run(); }; --- 65,69 ---- * This will be called when the updater is Start():ed.. */ ! OPENALPP_API void run(); }; |