summaryrefslogtreecommitdiff
path: root/modules/CCWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-11-29 19:49:03 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-11-29 19:49:03 +0000
commit95b404f97028aa1566e322398d06e164f130d84c (patch)
tree90677c47f107b3202953eee49f4e2c64bb079a68 /modules/CCWorkspaceCreator.pm
parentfa54e53866e3e10e839cd379917526f4d021efcd (diff)
downloadMPC-95b404f97028aa1566e322398d06e164f130d84c.tar.gz
ChangeLogTag: Wed Nov 29 19:47:15 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/CCWorkspaceCreator.pm')
-rw-r--r--modules/CCWorkspaceCreator.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/CCWorkspaceCreator.pm b/modules/CCWorkspaceCreator.pm
index ab68c042..13a75ce3 100644
--- a/modules/CCWorkspaceCreator.pm
+++ b/modules/CCWorkspaceCreator.pm
@@ -34,10 +34,9 @@ sub crlf {
}
-sub workspace_file_name {
- my($self) = shift;
- return $self->get_modified_workspace_name($self->get_workspace_name(),
- '.code_composer');
+sub workspace_file_extension {
+ #my($self) = shift;
+ return '.code_composer';
}