summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/ExportType/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSExport/ExportType/Base.pm')
-rw-r--r--installer/OpenSLX/OSExport/ExportType/Base.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/installer/OpenSLX/OSExport/ExportType/Base.pm b/installer/OpenSLX/OSExport/ExportType/Base.pm
index ccf21826..a21d5499 100644
--- a/installer/OpenSLX/OSExport/ExportType/Base.pm
+++ b/installer/OpenSLX/OSExport/ExportType/Base.pm
@@ -60,11 +60,12 @@ sub addExportToConfigDB
return $openslxDB->addExport($export);
}
-sub requiredFSMods
+sub generateExportURI
{
- my $self = shift;
+}
- return '';
+sub requiredFSMods
+{
}
################################################################################