Renamed RtError class to RtAudioError and embedded it in RtAudio.h.
authorGary Scavone <gary@music.mcgill.ca>
Fri, 27 Dec 2013 19:30:37 +0000 (11:30 -0800)
committerGary Scavone <gary@music.mcgill.ca>
Fri, 27 Dec 2013 19:30:37 +0000 (11:30 -0800)
commit07c639e41165da70aab5016adf1bf7133a418b31
tree23134f770f593643c52f9ca458f06c23fc3d0873
parenta16508efc3f1ce9dee8f8d760ed68626b34881df
Renamed RtError class to RtAudioError and embedded it in RtAudio.h.

Deleted RtError.h from distribution and renamed all references to
RtError in the documentation, test files, and Windows .dsp files.
The version number was incremented to 4.1.0 in anticipation of
the next release, as this change affects the API.
24 files changed:
Makefile.in
RtAudio.cpp
RtAudio.h
RtError.h [deleted file]
doc/doxygen/compiling.txt
doc/doxygen/duplex.txt
doc/doxygen/playback.txt
doc/doxygen/recording.txt
doc/doxygen/settings.txt
doc/doxygen/tutorial.txt
doc/release.txt
tests/Windows/audioprobe.dsp
tests/Windows/duplex.dsp
tests/Windows/playraw.dsp
tests/Windows/playsaw.dsp
tests/Windows/record.dsp
tests/Windows/testall.dsp
tests/Windows/teststops.dsp
tests/duplex.cpp
tests/playraw.cpp
tests/playsaw.cpp
tests/record.cpp
tests/testall.cpp
tests/teststops.cpp