diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-12-27 11:30:37 -0800 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2013-12-27 11:30:37 -0800 |
| commit | 07c639e41165da70aab5016adf1bf7133a418b31 (patch) | |
| tree | 23134f770f593643c52f9ca458f06c23fc3d0873 /tests/Windows | |
| parent | a16508efc3f1ce9dee8f8d760ed68626b34881df (diff) | |
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.
Diffstat (limited to 'tests/Windows')
| -rwxr-xr-x | tests/Windows/audioprobe.dsp | 4 | ||||
| -rwxr-xr-x | tests/Windows/duplex.dsp | 4 | ||||
| -rwxr-xr-x | tests/Windows/playraw.dsp | 4 | ||||
| -rwxr-xr-x | tests/Windows/playsaw.dsp | 4 | ||||
| -rwxr-xr-x | tests/Windows/record.dsp | 4 | ||||
| -rwxr-xr-x | tests/Windows/testall.dsp | 4 | ||||
| -rwxr-xr-x | tests/Windows/teststops.dsp | 4 |
7 files changed, 0 insertions, 28 deletions
diff --git a/tests/Windows/audioprobe.dsp b/tests/Windows/audioprobe.dsp index 679bf9a..cbdc11a 100755 --- a/tests/Windows/audioprobe.dsp +++ b/tests/Windows/audioprobe.dsp @@ -149,10 +149,6 @@ SOURCE=..\..\include\iasiothiscallresolver.h SOURCE=..\..\RtAudio.h
# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtError.h
-# End Source File
# End Group
# Begin Group "Resource Files"
diff --git a/tests/Windows/duplex.dsp b/tests/Windows/duplex.dsp index c9ba294..0073640 100755 --- a/tests/Windows/duplex.dsp +++ b/tests/Windows/duplex.dsp @@ -149,10 +149,6 @@ SOURCE=..\..\include\iasiothiscallresolver.h SOURCE=..\..\RtAudio.h
# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtError.h
-# End Source File
# End Group
# Begin Group "Resource Files"
diff --git a/tests/Windows/playraw.dsp b/tests/Windows/playraw.dsp index 849890d..4da8d9c 100755 --- a/tests/Windows/playraw.dsp +++ b/tests/Windows/playraw.dsp @@ -149,10 +149,6 @@ SOURCE=..\..\include\iasiothiscallresolver.h SOURCE=..\..\RtAudio.h
# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtError.h
-# End Source File
# End Group
# Begin Group "Resource Files"
diff --git a/tests/Windows/playsaw.dsp b/tests/Windows/playsaw.dsp index 7923c1c..e2bcfe5 100755 --- a/tests/Windows/playsaw.dsp +++ b/tests/Windows/playsaw.dsp @@ -149,10 +149,6 @@ SOURCE=..\..\include\iasiothiscallresolver.h SOURCE=..\..\RtAudio.h
# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtError.h
-# End Source File
# End Group
# Begin Group "Resource Files"
diff --git a/tests/Windows/record.dsp b/tests/Windows/record.dsp index 9ba312c..b1c2dc0 100755 --- a/tests/Windows/record.dsp +++ b/tests/Windows/record.dsp @@ -149,10 +149,6 @@ SOURCE=..\..\include\iasiothiscallresolver.h SOURCE=..\..\RtAudio.h
# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtError.h
-# End Source File
# End Group
# Begin Group "Resource Files"
diff --git a/tests/Windows/testall.dsp b/tests/Windows/testall.dsp index 72b6259..87b25bb 100755 --- a/tests/Windows/testall.dsp +++ b/tests/Windows/testall.dsp @@ -149,10 +149,6 @@ SOURCE=..\..\include\iasiothiscallresolver.h SOURCE=..\..\RtAudio.h
# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtError.h
-# End Source File
# End Group
# Begin Group "Resource Files"
diff --git a/tests/Windows/teststops.dsp b/tests/Windows/teststops.dsp index 1543bc8..71d2fff 100755 --- a/tests/Windows/teststops.dsp +++ b/tests/Windows/teststops.dsp @@ -149,10 +149,6 @@ SOURCE=..\..\include\iasiothiscallresolver.h SOURCE=..\..\RtAudio.h
# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtError.h
-# End Source File
# End Group
# Begin Group "Resource Files"
|
