From bf0a8e8efbb7a0f3dd83b52c79645f2ff01fefb8 Mon Sep 17 00:00:00 2001 From: colin-adams Date: Wed, 7 Aug 2013 05:57:49 -0700 Subject: [PATCH] Updated Writing the handlers (markdown) --- Writing-the-handlers.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Writing-the-handlers.md b/Writing-the-handlers.md index b59fbd38..d1fd9324 100644 --- a/Writing-the-handlers.md +++ b/Writing-the-handlers.md @@ -1,3 +1,11 @@ # 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 +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. This applies to both routines defined in this class, and those declared in the three policy classes from which it inherits. + +## Implementing the routines declared directly in WSF_SKELETON_HANDLER + +TODO + +## Implementing the policies + +TODO \ No newline at end of file