diff options
| author | fukachan <fukachan> | 2002-12-22 03:46:20 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-22 03:46:20 +0000 |
| commit | 82bc7a70907fa1dda24a19313570fd2bf22e37a6 (patch) | |
| tree | d2ad92073170a9584ceb664f14519aae7c9acd95 /fml/lib/FML/Process/QueueManager.pm | |
| parent | bb988212c5f9965e76c6ee45ba1865326debb61b (diff) | |
| download | fml8-82bc7a70907fa1dda24a19313570fd2bf22e37a6.tar.gz fml8-82bc7a70907fa1dda24a19313570fd2bf22e37a6.tar.bz2 fml8-82bc7a70907fa1dda24a19313570fd2bf22e37a6.zip | |
fix comments
Diffstat (limited to 'fml/lib/FML/Process/QueueManager.pm')
| -rw-r--r-- | fml/lib/FML/Process/QueueManager.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm index 974e19b5..14a68118 100644 --- a/fml/lib/FML/Process/QueueManager.pm +++ b/fml/lib/FML/Process/QueueManager.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001 Ken'ichi Fukamachi +# Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: QueueManager.pm,v 1.8 2002/09/11 23:18:16 fukachan Exp $ +# $FML: QueueManager.pm,v 1.9 2002/09/22 14:56:53 fukachan Exp $ # package FML::Process::QueueManager; @@ -93,6 +93,7 @@ sub send $self->_send($curproc, $q) && $q->remove(); } else { + # XXX-TODO: $q->remove() if invalid queue ? Log("$qid is invalid"); } $q->unlock(); @@ -148,7 +149,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001 Ken'ichi Fukamachi +Copyright (C) 2001,2002 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
