summaryrefslogtreecommitdiff
path: root/modules/WorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-07-18 16:05:54 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-07-18 16:05:54 +0000
commit6fd3ad3f828f394c6f668cc6b43981a22e1f6317 (patch)
tree61c90e72b7bf915d9d80c8e5e1837abbbaaadb0d /modules/WorkspaceCreator.pm
parent97fa1ff1e6cf30fa55cb9c32081ea3ef9055fbd2 (diff)
downloadMPC-6fd3ad3f828f394c6f668cc6b43981a22e1f6317.tar.gz
ChangeLogTag: Fri Jul 18 16:03:52 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/WorkspaceCreator.pm')
-rw-r--r--modules/WorkspaceCreator.pm38
1 files changed, 19 insertions, 19 deletions
diff --git a/modules/WorkspaceCreator.pm b/modules/WorkspaceCreator.pm
index 11f77188..5388fba2 100644
--- a/modules/WorkspaceCreator.pm
+++ b/modules/WorkspaceCreator.pm
@@ -2012,7 +2012,7 @@ sub project_creator {
sub sort_files {
- #my($self) = shift;
+ #my $self = shift;
return 0;
}
@@ -2249,7 +2249,7 @@ sub get_secondary_relative_values {
sub convert_all_variables {
- #my($self) = shift;
+ #my $self = shift;
return 1;
}
@@ -2273,54 +2273,54 @@ sub relative {
# ************************************************************
sub supports_make_coexistence {
- #my($self) = shift;
+ #my $self = shift;
return 0;
}
sub generate_implicit_project_dependencies {
- #my($self) = shift;
+ #my $self = shift;
return 0;
}
sub workspace_file_extension {
- #my($self) = shift;
+ #my $self = shift;
return '';
}
sub workspace_per_project {
- #my($self) = shift;
+ #my $self = shift;
return 0;
}
sub pre_workspace {
- #my($self) = shift;
- #my($fh) = shift;
- #my($creator) = shift;
- #my($top) = shift;
+ #my $self = shift;
+ #my $fh = shift;
+ #my $creator = shift;
+ #my $top = shift;
}
sub write_comps {
- #my($self) = shift;
- #my($fh) = shift;
- #my($creator) = shift;
- #my($top) = shift;
+ #my $self = shift;
+ #my $fh = shift;
+ #my $creator = shift;
+ #my $top = shift;
}
sub post_workspace {
- #my($self) = shift;
- #my($fh) = shift;
- #my($creator) = shift;
- #my($top) = shift;
+ #my $self = shift;
+ #my $fh = shift;
+ #my $creator = shift;
+ #my $top = shift;
}
sub requires_forward_slashes {
- #my($self) = shift;
+ #my $self = shift;
return 0;
}