[PATCH] Swixml - Action linking (resolving)
Don Brown <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
I went ahead and put together a patch that abstracts the Action linking. Features: - Very easy to have swix plug into your existing actions - Completely backwards compatible - Default behavior uses public member variables I couldn't locate any bug tracker so I'm posting the patch here. Also, I don't know if it has been discussed before, but putting up a public CVS would make Swixmlt much easier to for. Not only would it make sure all developers are on the same page, but it is much easier to put together diffs instead of sending the whole file, which are probably easier to evaluate and integrate. Finally, I couldn't find any coding standards so I tried to follow the existing code. Anyways, let me know what you all think. Patch: http://www.twdata.org/dakine/swix.zip Don