summaryrefslogtreecommitdiffstats
path: root/soundserver/soundserver_impl.h
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/soundserver_impl.h
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/soundserver_impl.h')
-rw-r--r--soundserver/soundserver_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soundserver/soundserver_impl.h b/soundserver/soundserver_impl.h
index 87ce72c..670b146 100644
--- a/soundserver/soundserver_impl.h
+++ b/soundserver/soundserver_impl.h
@@ -35,7 +35,7 @@ namespace Arts {
class SoundServer_impl : virtual public SoundServer_skel,
public SimpleSoundServer_impl
{
- RealtimetqStatus realtimetqStatus();
+ RealtimeStatus realtimeStatus();
long secondsUntilSuspend();
bool suspend();
bool suspended();