diff --git a/Writing-the-handlers.md b/Writing-the-handlers.md new file mode 100644 index 00000000..b59fbd38 --- /dev/null +++ b/Writing-the-handlers.md @@ -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. \ No newline at end of file