From 0c4a410ac0d118a9596ec0dcb948959a3db89d8a Mon Sep 17 00:00:00 2001 From: colin-adams Date: Wed, 7 Aug 2013 05:51:11 -0700 Subject: [PATCH] Created Writing the handlers (markdown) --- Writing-the-handlers.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Writing-the-handlers.md 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