diff options
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) = @_; |
