summaryrefslogtreecommitdiffstats
path: root/soundserver/artsshell.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:24 -0600
commit6e637ec10f4d608e38c6b685524640c0247eb1ce (patch)
treec4eb246265def9c4e09f1d7150fc73867c2ccf96 /soundserver/artsshell.cc
parenta5de6a933b04a721b6f814821b7242ef330c5684 (diff)
downloadarts-6e637ec10f4d608e38c6b685524640c0247eb1ce.tar.gz
arts-6e637ec10f4d608e38c6b685524640c0247eb1ce.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'soundserver/artsshell.cc')
-rw-r--r--soundserver/artsshell.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/soundserver/artsshell.cc b/soundserver/artsshell.cc
index ebda656..59390c8 100644
--- a/soundserver/artsshell.cc
+++ b/soundserver/artsshell.cc
@@ -254,7 +254,7 @@ int suspend(Arts::SoundServer server)
// Display server status information
void status(Arts::SoundServerV2 server)
{
- Arts::RealtimetqStatus rttqStatus = server.realtimetqStatus();
+ Arts::RealtimeStatus rtStatus = server.realtimeStatus();
long seconds = server.secondsUntilSuspend();
cout << "server status: ";
@@ -274,7 +274,7 @@ void status(Arts::SoundServerV2 server)
}
cout << "real-time status: ";
- switch (rttqStatus)
+ switch (rtStatus)
{
case Arts::rtRealtime:
cout << "real-time" << endl;