From 6e637ec10f4d608e38c6b685524640c0247eb1ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:34:24 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- mcop/object.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcop/object.cc') 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) -- cgit v1.2.1