summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-02-13 10:39:33 +0000
committerfukachan <fukachan>2002-02-13 10:39:33 +0000
commitb520a2969d5b8e2d0d7480e1a5436a5c5ee4d69b (patch)
tree5e3ff3a02119162449d15dcc661bd1d07625aa7d /fml/lib/FML/Process/Command.pm
parent0f8b55b2c17716586df85a1757cbb581343df0e0 (diff)
downloadfml8-b520a2969d5b8e2d0d7480e1a5436a5c5ee4d69b.tar.gz
fml8-b520a2969d5b8e2d0d7480e1a5436a5c5ee4d69b.tar.bz2
fml8-b520a2969d5b8e2d0d7480e1a5436a5c5ee4d69b.zip
Each command determines each lock needs
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index 8efee162..e167ace4 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.29 2002/01/20 13:52:25 fukachan Exp $
+# $FML: Command.pm,v 1.30 2002/02/11 12:29:27 fukachan Exp $
#
package FML::Process::Command;
@@ -106,6 +106,8 @@ C<command>. Standard style follows:
execute FML::Command::command
unlock
+XXX Each command determines need of lock or not.
+
=cut