summaryrefslogtreecommitdiff
path: root/modules/MakeProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-03-24 14:40:05 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-03-24 14:40:05 +0000
commitbd97c79f77a20fd2d3ea62cb8c30b6cc160830da (patch)
treefc13fbb0512b5fdb68d7c8368878d35379f93399 /modules/MakeProjectCreator.pm
parent6ca8f276d17ffe762042d064d315afdea949276d (diff)
downloadMPC-bd97c79f77a20fd2d3ea62cb8c30b6cc160830da.tar.gz
ChangeLogTag: Thu Mar 24 08:38:59 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/MakeProjectCreator.pm')
-rw-r--r--modules/MakeProjectCreator.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/MakeProjectCreator.pm b/modules/MakeProjectCreator.pm
index 607afe9a..b79518a6 100644
--- a/modules/MakeProjectCreator.pm
+++ b/modules/MakeProjectCreator.pm
@@ -22,6 +22,12 @@ use vars qw(@ISA);
# Subroutine Section
# ************************************************************
+sub escape_spaces {
+ #my($self) = shift;
+ return 1;
+}
+
+
sub convert_slashes {
#my($self) = shift;
return 0;