Say "virtual" explicitly in this
case to remind us that maxObjectSize() is a part of the [semi-broken]
Store API and not some SwapDir "own" method. This will help us when we
polish the API to remove the common Store root.
/// The maximum size of object which may be stored here.
/// Larger objects will not be added and may be purged.
- int64_t maxObjectSize() const;
+ virtual int64_t maxObjectSize() const;
/// configure the maximum object size for this storage area.
/// May be any size up to the total storage area.