Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2007, 9:48:52 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed multiple template instantiation problem under windows
  • removed some warnings by introducing explicit casts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/AudioStream.h

    r715 r729  
    44#include "AudioIncludes.h"
    55
     6#include "AudioPrereqs.h"
     7
    68namespace audio
    79{
    810  #define BUFFER_SIZE (4096 * 4)
    911
    10   class AudioStream
     12  class _AudioExport AudioStream
    1113  {
    1214    public:
Note: See TracChangeset for help on using the changeset viewer.