summaryrefslogtreecommitdiffstats
path: root/soundserver/soundserver_impl.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:56 -0600
commit37b0caa7580692b22c71552f3f01be1623ef024e (patch)
treecff054e06fca1e35d587f14b81672bee7e2fb6c7 /soundserver/soundserver_impl.h
parent6e637ec10f4d608e38c6b685524640c0247eb1ce (diff)
downloadarts-37b0caa7580692b22c71552f3f01be1623ef024e.tar.gz
arts-37b0caa7580692b22c71552f3f01be1623ef024e.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 6e637ec10f4d608e38c6b685524640c0247eb1ce.
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 670b146..87ce72c 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
{
- RealtimeStatus realtimeStatus();
+ RealtimetqStatus realtimetqStatus();
long secondsUntilSuspend();
bool suspend();
bool suspended();