diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:24 -0600 |
commit | 6e637ec10f4d608e38c6b685524640c0247eb1ce (patch) | |
tree | c4eb246265def9c4e09f1d7150fc73867c2ccf96 /soundserver/soundserver_impl.h | |
parent | a5de6a933b04a721b6f814821b7242ef330c5684 (diff) | |
download | arts-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.h | 2 |
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(); |