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 /mcop | |
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 'mcop')
-rw-r--r-- | mcop/object.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop/object.cc b/mcop/object.cc index 5153f0f..a50061e 100644 --- a/mcop/object.cc +++ b/mcop/object.cc @@ -1127,7 +1127,7 @@ Object_stub::Object_stub(Connection *connection, long objectID) Object_stub::~Object_stub() { /* - * tqinvalidate method lookup cache entries of this object, as it might + * invalidate method lookup cache entries of this object, as it might * happen, that another Object_stub is created just at the same position */ if(_lookupMethodCache) |