summaryrefslogtreecommitdiff
path: root/modules/WorkspaceHelper.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-08-11 11:42:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-08-11 11:42:48 +0000
commitdf43c1fcf61898c1c5a892078dee3ca77f62d626 (patch)
tree09d36e18229795f68585856e82a20caa12706146 /modules/WorkspaceHelper.pm
parent264cec35829b392dd156666153b7814efc217440 (diff)
downloadMPC-df43c1fcf61898c1c5a892078dee3ca77f62d626.tar.gz
ChangeLogTag: Thu Aug 11 06:42:33 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/WorkspaceHelper.pm')
-rw-r--r--modules/WorkspaceHelper.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/WorkspaceHelper.pm b/modules/WorkspaceHelper.pm
index 416df1bd..451af292 100644
--- a/modules/WorkspaceHelper.pm
+++ b/modules/WorkspaceHelper.pm
@@ -67,7 +67,19 @@ sub modify_value {
}
+sub modify_libpath {
+ #my($self) = shift;
+ #my($str) = shift;
+ #my($reldir) = shift;
+ #my($libname) = shift;
+ return undef;
+}
+
+
sub write_settings {
+ #my($self) = shift;
+ #my($fh) = shift;
+ #my(@locals) = @_;
return 1, undef;
}