summaryrefslogtreecommitdiff
path: root/modules/WinProjectBase.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-12-21 12:28:51 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-12-21 12:28:51 +0000
commit75876a4c9bcdb0baab5c9f895fdd1e4daefcc263 (patch)
treea9d549340106eb5e0d9a4f859be315d6ead04213 /modules/WinProjectBase.pm
parent7a4f7dcc42cb487f309036fbb53ff439392b701e (diff)
downloadMPC-75876a4c9bcdb0baab5c9f895fdd1e4daefcc263.tar.gz
ChangeLogTag: Wed Dec 21 06:28:04 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/WinProjectBase.pm')
-rw-r--r--modules/WinProjectBase.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/WinProjectBase.pm b/modules/WinProjectBase.pm
index d35f9343..96eb032e 100644
--- a/modules/WinProjectBase.pm
+++ b/modules/WinProjectBase.pm
@@ -16,6 +16,18 @@ use strict;
# Subroutine Section
# ************************************************************
+sub convert_slashes {
+ #my($self) = shift;
+ return 1;
+}
+
+
+sub case_insensitive {
+ #my($self) = shift;
+ return 1;
+}
+
+
sub validated_directory {
my($self) = shift;
my($dir) = shift;