Created Writing the handlers (markdown)

This commit is contained in:
colin-adams
2013-08-07 05:51:11 -07:00
parent b55f363651
commit 0c4a410ac0

3
Writing-the-handlers.md Normal file
View File

@@ -0,0 +1,3 @@
# Writing the handlers
Now you have to implement each handler. You need to inherit from WSF_SKELETON_HANDLER (as ORDER_HANDLER does). This involves implementing a lot of deferred routines. There are other routines for which default implementations are provided, which you might want to override.