diff options
| author | fukachan <fukachan> | 2001-05-30 04:03:21 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-05-30 04:03:21 +0000 |
| commit | b8627a761d1f0efff0fa6249ff031838315d8226 (patch) | |
| tree | 5d720f9775d761caf2e035e1f7da8654bb0272bd /fml/lib/FML/Process/TicketSystem.pm | |
| parent | adb93a709dd5e6b4080f7d0e1c9e6b1250ab2e5b (diff) | |
| download | fml8-b8627a761d1f0efff0fa6249ff031838315d8226.tar.gz fml8-b8627a761d1f0efff0fa6249ff031838315d8226.tar.bz2 fml8-b8627a761d1f0efff0fa6249ff031838315d8226.zip | |
clean up documents
Diffstat (limited to 'fml/lib/FML/Process/TicketSystem.pm')
| -rw-r--r-- | fml/lib/FML/Process/TicketSystem.pm | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/TicketSystem.pm b/fml/lib/FML/Process/TicketSystem.pm index a7f3c65e..f69aaee2 100644 --- a/fml/lib/FML/Process/TicketSystem.pm +++ b/fml/lib/FML/Process/TicketSystem.pm @@ -4,7 +4,7 @@ # Copyright (C) 2000-2001 Ken'ichi Fukamachi # All rights reserved. # -# $FML$ +# $FML: TicketSystem.pm,v 1.14 2001/04/03 09:45:44 fukachan Exp $ # package FML::Process::TicketSystem; @@ -35,9 +35,20 @@ FML::Process::TicketSystem -- primitive fml5 ticket system =head1 DESCRIPTION +This class drives ticket system in the top level. +The ticket database is maintained by each ticket system model, +which is called in C<run()> method. =head1 METHOD +=head2 C<new($args)> + +create a C<FML::Process::Kernel> object and return it. + +=head2 C<prepare()> + +dummy. + =cut @@ -60,6 +71,13 @@ sub prepare } +=head2 C<run($args)> + +call the actual ticket system. +It supports only 'list' and 'close' commands. + +=cut + sub run { my ($curproc, $args) = @_; |
