[not part of build] Update to newer version of interface.
git-svn-id: svn://10.0.0.236/trunk@90501 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a8b7b7214e
commit
a3f45d7675
@ -28,9 +28,9 @@ CacheVisitor.prototype = {
|
||||
return true;
|
||||
},
|
||||
|
||||
visitEntry : function(deviceID, clientID, entryInfo)
|
||||
visitEntry : function(deviceID, entryInfo)
|
||||
{
|
||||
print("[visiting entry (clientID = " + clientID + ", key = " + entryInfo.key + ")]");
|
||||
print("[visiting entry (clientID = " + entryInfo.clientID + ", key = " + entryInfo.key + ")]");
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user