summaryrefslogtreecommitdiff
path: root/modules/CommandHelper.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-07-15 16:10:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-07-15 16:10:48 +0000
commit2b344307eb43a8004cbfd855e3a8e53ddf50c64c (patch)
tree4da85f6c4243393bdb85e75cd3bf17c1d181f0bb /modules/CommandHelper.pm
parent7134ccd2a9ea61cae2195a376703a129726f7ebb (diff)
downloadMPC-2b344307eb43a8004cbfd855e3a8e53ddf50c64c.tar.gz
ChangeLogTag: Tue Jul 15 16:08:40 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/CommandHelper.pm')
-rw-r--r--modules/CommandHelper.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/CommandHelper.pm b/modules/CommandHelper.pm
index 522f019c..c82da2c2 100644
--- a/modules/CommandHelper.pm
+++ b/modules/CommandHelper.pm
@@ -83,4 +83,14 @@ sub get_outputexts {
return [];
}
+sub get_tied {
+ ## This method is called with a file name and an array reference of
+ ## files. The first expected return value is an array reference of those
+ ## files listed in the passed array reference that are in some way tied
+ ## to the file name passed in. The second is a component name to help
+ ## MPC figure out a way to tie the files together. The result of "tied"
+ ## files is that they may be compiled after the file name passed in.
+ return [], undef;
+}
+
1;