Commit 648196ae authored by Christian Theune's avatar Christian Theune

Update storeBlob interface to reflect reality.

parent 77a84f9d
......@@ -969,7 +969,7 @@ class IBlob(Interface):
class IBlobStorage(Interface):
"""A storage supporting BLOBs."""
def storeBlob(oid, oldserial, data, blob, transaction):
def storeBlob(oid, oldserial, data, blobfilename, version, transaction):
"""Stores data that has a BLOB attached."""
def loadBlob(oid, serial):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment