[sword-devel] SWModule : Writable

Troy A. Griffitts sword-devel@crosswire.org
Sun, 15 Oct 2000 06:39:05 -0700


I've normalize the writable interface of SWModule.  This will probably
break your frontends, but it is for the better.  There is now an:

	bool isWritable()

Delete() has been renamed to deleteEntry()

and a new static createModule(const char *path) has been added.

	-Troy.