Index table:name attribute of table:table of ods files. These store the sheet names.
[beagle.git] / bludgeon / IHammer.cs
blob0a6f10af0e65d36b03a0adc943da164150f073b8
1 using System;
3 namespace Bludgeon {
5 public interface IHammer {
7 // Return true if we actually did something,
8 // false if the hammering ended up being a no-op for some reason.
9 bool HammerOnce (DirectoryObject dir, EventTracker tracker);