diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:56 -0600 |
commit | 37b0caa7580692b22c71552f3f01be1623ef024e (patch) | |
tree | cff054e06fca1e35d587f14b81672bee7e2fb6c7 /mcop | |
parent | 6e637ec10f4d608e38c6b685524640c0247eb1ce (diff) | |
download | arts-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 '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 a50061e..5153f0f 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() { /* - * invalidate method lookup cache entries of this object, as it might + * tqinvalidate method lookup cache entries of this object, as it might * happen, that another Object_stub is created just at the same position */ if(_lookupMethodCache) |